Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ def generate_presentation(text):
|
|
| 139 |
return f"Présentation générée avec succès ! Vous pouvez la télécharger ici : {os.path.abspath(output_path)}"
|
| 140 |
|
| 141 |
# Interface Gradio avec une zone de texte plus grande
|
| 142 |
-
|
| 143 |
fn=generate_presentation,
|
| 144 |
inputs=gr.Textbox(
|
| 145 |
lines=10,
|
|
|
|
| 139 |
return f"Présentation générée avec succès ! Vous pouvez la télécharger ici : {os.path.abspath(output_path)}"
|
| 140 |
|
| 141 |
# Interface Gradio avec une zone de texte plus grande
|
| 142 |
+
demo = gr.Interface(
|
| 143 |
fn=generate_presentation,
|
| 144 |
inputs=gr.Textbox(
|
| 145 |
lines=10,
|