Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suayptalha
/
QwQ-32B-Preview-Vision
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suayptalha
commited on
Dec 18, 2024
Commit
dceb63e
·
verified
·
1 Parent(s):
8e1991d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,5 +57,5 @@ demo = gr.Interface(
57
outputs="text",
58
)
59
60
-
if
_name_
== "
_main_
":
61
demo.launch(show_error=True)
57
outputs="text",
58
)
59
60
+
if
__name__
== "
__main__
":
61
demo.launch(show_error=True)