Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dibiddo
/
QwenVL7B-test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dibiddo
commited on
20 days ago
Commit
60a326e
·
verified
·
1 Parent(s):
82689c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ interface = gr.Interface(
66
67
# 启动 Gradio 应用
68
if __name__ == "__main__":
69
-
interface.launch(
share=True
)
66
67
# 启动 Gradio 应用
68
if __name__ == "__main__":
69
+
interface.launch()