Caglarari commited on
Commit
68cf74e
·
verified ·
1 Parent(s): 9b6edde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
 
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)