Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ hftoken = os.getenv('dgnb_semi_seep')
|
|
| 8 |
print("before gr load")
|
| 9 |
|
| 10 |
iface = gr.load(name="Caglarari/dgnb_semisup_api", hf_token=hftoken, src="spaces")
|
| 11 |
-
iface.queue(api_open=False).launch(show_api=
|
|
|
|
| 8 |
print("before gr load")
|
| 9 |
|
| 10 |
iface = gr.load(name="Caglarari/dgnb_semisup_api", hf_token=hftoken, src="spaces")
|
| 11 |
+
iface.queue(api_open=False).launch(show_api=True,show_error=True)
|