Yixin1234 commited on
Commit
11418a6
·
1 Parent(s): 9ac52f4

feat: modify lauch config

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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
+ )