youngtsai commited on
Commit
163a203
·
1 Parent(s): 2ee552b

demo.launch(server_name="0.0.0.0", server_port=7860,theme="light")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2164,4 +2164,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
2164
  ]
2165
  )
2166
 
2167
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
2164
  ]
2165
  )
2166
 
2167
+ demo.launch(server_name="0.0.0.0", server_port=7860,theme="light")