Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
avorozhko
/
funbot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Andrey Vorozhko
commited on
Jan 13, 2022
Commit
0d23171
·
1 Parent(s):
6953796
Share is true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,4 +123,4 @@ iface = gr.Interface(fn=chat_function,
123
)
124
125
if __name__ == "__main__":
126
-
iface.launch(debug=True)
123
)
124
125
if __name__ == "__main__":
126
+
iface.launch(debug=
False, share=
True)