MisterAI commited on
Commit
02c2fc9
·
verified ·
1 Parent(s): 417f879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def generate_presentation(text):
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,
 
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,