alibidaran
commited on
Commit
•
a335e08
1
Parent(s):
2cdb9d7
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ demo=gr.Interface(
|
|
20 |
'label',
|
21 |
theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
|
22 |
)
|
23 |
-
demo.launch()
|
|
|
20 |
'label',
|
21 |
theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
|
22 |
)
|
23 |
+
demo.launch(show_error=True)
|