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(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)
|