Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SimrusDenuvo
/
chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SimrusDenuvo
commited on
May 15
Commit
1e10719
·
verified
·
1 Parent(s):
23b49f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,5 +36,5 @@ demo = gr.Interface(
36
)
37
38
# Запуск
39
-
if
name
== "__main__":
40
demo.launch()
36
)
37
38
# Запуск
39
+
if
__name__
== "__main__":
40
demo.launch()