JaeSwift commited on
Commit
d81194e
·
verified ·
1 Parent(s): fc19a2b

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()
 
51
  btn_get_horoscope.click(fn=get_horoscope, inputs=sign_dropdown, outputs=horoscope_output)
52
 
53
  if __name__ == "__main__":
54
+ demo.launch(enable_queue=False)