Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joeee2321512
/
Basira
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
joeee2321512
commited on
Jul 25
Commit
adaa1dc
Β·
verified
Β·
1 Parent(s):
6ebdf73
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -102,5 +102,5 @@ demo = gr.Interface(
102
allow_flagging="never"
103
)
104
105
-
if
_name_
== "
_main_
":
106
demo.launch()
102
allow_flagging="never"
103
)
104
105
+
if
__name__
== "
__main__
":
106
demo.launch()