Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|