Spaces:
Sleeping
Sleeping
Sagar Thacker
commited on
Commit
·
4b1c70e
1
Parent(s):
eac4b85
updated dcokerfile
Browse files
app.py
CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks() as demo:
|
|
119 |
submit.click(fn=cal_result, inputs=[alpha, month], outputs=daily)
|
120 |
|
121 |
|
122 |
-
demo.launch()
|
|
|
119 |
submit.click(fn=cal_result, inputs=[alpha, month], outputs=daily)
|
120 |
|
121 |
|
122 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|