Ferdinann commited on
Commit
a79b65e
·
verified ·
1 Parent(s): e7e53b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -180,6 +180,4 @@ with gr.Blocks() as demo:
180
  )
181
 
182
  if __name__ == "__main__":
183
- demo.launch(theme=gr.themes.Soft(primary_hue="red", secondary_hue="slate"))
184
- # if __name__ == "__main__":
185
- # demo.launch(server_name="0.0.0.0", server_port=7860)
 
180
  )
181
 
182
  if __name__ == "__main__":
183
+ demo.launch(server_name="0.0.0.0", server_port=7860)