KheireddineDaouadi commited on
Commit
dd2c021
·
verified ·
1 Parent(s): bdac162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ iface = gr.Interface(fn=greet,
29
  inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30), gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
30
  outputs=gr.Textbox(label='Caption'),
31
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)
32
- iface.launch()
 
29
  inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30), gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
30
  outputs=gr.Textbox(label='Caption'),
31
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)
32
+ iface.launch(show_error=True)