feat: modify lauch config
Browse files
app.py
CHANGED
@@ -41,4 +41,8 @@ demo = gr.Interface(
|
|
41 |
description="Upload an image and enter a question. Experience DeepSeek-VL's vision-language capabilities."
|
42 |
)
|
43 |
|
44 |
-
demo.launch(
|
|
|
|
|
|
|
|
|
|
41 |
description="Upload an image and enter a question. Experience DeepSeek-VL's vision-language capabilities."
|
42 |
)
|
43 |
|
44 |
+
demo.launch(
|
45 |
+
server_name="0.0.0.0",
|
46 |
+
server_port=7860,
|
47 |
+
enable_api=True
|
48 |
+
)
|