MisterAI commited on
Commit
0842388
·
verified ·
1 Parent(s): 3834631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -152,7 +152,8 @@ def generate_presentation(text):
152
  #)
153
 
154
  # Interface Gradio avec thème Sombre "gstaff/xkcd" et boîte de logs
155
- with gr.Blocks(theme="gstaff/xkcd") as interface:
 
156
  # Interface Gradio avec une zone de texte plus grande
157
  demo = gr.Interface(
158
  fn=generate_presentation,
 
152
  #)
153
 
154
  # Interface Gradio avec thème Sombre "gstaff/xkcd" et boîte de logs
155
+ #with gr.Blocks(theme="gstaff/xkcd") as interface:
156
+ with gr.Blocks() as interface:
157
  # Interface Gradio avec une zone de texte plus grande
158
  demo = gr.Interface(
159
  fn=generate_presentation,