Update app.py
Browse files
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,
|