MisterAI commited on
Commit
b8148cd
·
verified ·
1 Parent(s): 7c59d10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- emo = gr.Interface(
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,