Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asya2025
/
TB_GenAI_Model1_DeepSeek-VL2-Small
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Asya2025
commited on
Apr 26
Commit
2b9a5e5
·
verified
·
1 Parent(s):
327d34f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,6 @@ iface = gr.Interface(
45
46
# Запуск приложения
47
if __name__ == "__main__":
48
-
iface.launch(
share=True
)
49
45
46
# Запуск приложения
47
if __name__ == "__main__":
48
+
iface.launch()
49
+
50