Update app.py
Browse files
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)
|