peterpeter8585 commited on
Commit
445b48b
·
verified ·
1 Parent(s): db2d793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ gr.Interface(
31
  outputs=[gr.Textbox(label="idefics2-8b")],
32
  examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
33
  {"text": "Describe the image", "files": ["./howl.jpg"]}],
34
- ).launch()
35
 
 
31
  outputs=[gr.Textbox(label="idefics2-8b")],
32
  examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
33
  {"text": "Describe the image", "files": ["./howl.jpg"]}],
34
+ ).launch(show_error=True)
35