Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshvardhan96
/
RNN-based-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harshvardhan96
commited on
Jul 23, 2023
Commit
edf104b
·
1 Parent(s):
6da7905
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,4 +64,4 @@ iface = gr.Interface(
64
)
65
66
# Launch the Gradio interface on Hugging Face Spaces
67
-
iface.launch(
share=True
)
64
)
65
66
# Launch the Gradio interface on Hugging Face Spaces
67
+
iface.launch()