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
Mar 13, 2022
Commit
9951896
·
1 Parent(s):
e87e0fe
Share is false for spaces and 14-th education epoch on model repository
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -124,4 +124,5 @@ iface = gr.Interface(fn=chat_function,
124
)
125
126
if __name__ == "__main__":
127
-
iface.launch(debug=True, share=
True
)
124
)
125
126
if __name__ == "__main__":
127
+
iface.launch(debug=True, share=
False
)
128
+