JaeSwift commited on
Commit
1ce4bcd
·
verified ·
1 Parent(s): 48ae79c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ with gr.Blocks(theme="soft", css=CSS) as demo:
51
  btn_get_horoscope.click(fn=get_horoscope, inputs=sign_dropdown, outputs=horoscope_output)
52
 
53
  if __name__ == "__main__":
54
- demo.launch(server_name='0.0.0.0')
 
51
  btn_get_horoscope.click(fn=get_horoscope, inputs=sign_dropdown, outputs=horoscope_output)
52
 
53
  if __name__ == "__main__":
54
+ demo.launch(server_name='0.0.0.0', server_port=7861, share=True)