mrnoisette commited on
Commit
e57fa8a
·
verified ·
1 Parent(s): f2aee02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ inputs = [
90
 
91
  outputs = [
92
  gr.Gallery(label="Diapositives générées"),
93
- gr.Textbox(label="Résumé en axes")
94
  "text"
95
  ]
96
 
 
90
 
91
  outputs = [
92
  gr.Gallery(label="Diapositives générées"),
93
+ gr.Textbox(label="Résumé en axes"),
94
  "text"
95
  ]
96