JaeSwift commited on
Commit
b8ba622
·
verified ·
1 Parent(s): 1770c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,4 +55,5 @@ with gr.Blocks(theme="soft", css=CSS) as demo:
55
 
56
  btn_get_horoscope.click(fn=get_horoscope, inputs=sign_dropdown, outputs=horoscope_output)
57
 
58
- if _
 
 
55
 
56
  btn_get_horoscope.click(fn=get_horoscope, inputs=sign_dropdown, outputs=horoscope_output)
57
 
58
+ if __name__ == "__main__":
59
+ demo.launch(server_name='0.0.0.0')