Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Raven7/Chatbottest3
Raven7
/
Chatbottest4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Raven7
commited on
Jul 7, 2024
Commit
325665e
·
verified
·
1 Parent(s):
13c38bc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ demo = gr.ChatInterface(
52
],
53
)
54
55
-
if __name == "
__main
":
56
demo.launch()
52
],
53
)
54
55
+
if __name == "
__main__
":
56
demo.launch()