Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mayank-22
/
Mayank-AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mayank-22
commited on
5 days ago
Commit
fe2217e
·
verified
·
1 Parent(s):
57d2582
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,5 +48,5 @@ demo = gr.ChatInterface(
48
),
49
],
50
)
51
-
if
name
== "
main
":
52
demo.launch()
48
),
49
],
50
)
51
+
if
__name__
== "
__main__
":
52
demo.launch()