Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AyeshaNoreen
/
ChatBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AyeshaNoreen
commited on
May 11, 2024
Commit
be28b55
·
verified
·
1 Parent(s):
5f2dc8f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,5 +34,5 @@ chatbot = gr.Interface(
34
35
# Launch the chat interface
36
if __name__ == "__main__":
37
-
chatbot.launch(
"
share=True
"
)
38
34
35
# Launch the chat interface
36
if __name__ == "__main__":
37
+
chatbot.launch(share=True)
38