SharryOG commited on
Commit
c09e971
1 Parent(s): db30e0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ gr.Interface(
30
  outputs=gr.Textbox(),
31
  title="Phi-3-Vision Model",
32
  description="Generate text based on an image and prompt using the Phi-3-Vision model."
33
- ).launch(share=True)
 
30
  outputs=gr.Textbox(),
31
  title="Phi-3-Vision Model",
32
  description="Generate text based on an image and prompt using the Phi-3-Vision model."
33
+ ).launch(share=True,show_error=True)