Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gorilla-llm/gorilla-demo
HashbrownKazang
/
Go-rilla
like
1
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
shishirpatil
commited on
Aug 22, 2023
Commit
b46baae
·
1 Parent(s):
a18bcc6
removing share=True and debug=True for hf spaces
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -109,4 +109,4 @@ iface = gr.Interface(
109
)
110
111
# Launch the interface and get the public gradio link
112
-
iface.launch(
share=True,debug=True
)
109
)
110
111
# Launch the interface and get the public gradio link
112
+
iface.launch()