docker changes
Browse files- main_noweb.py +1 -1
main_noweb.py
CHANGED
@@ -270,7 +270,7 @@ if __name__ == "__main__":
|
|
270 |
api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
|
271 |
) # https://www.gradio.app/guides/setting-up-a-demo-for-maximum-performance
|
272 |
block.launch(server_name="0.0.0.0",
|
273 |
-
share=True
|
274 |
server_port=7860
|
275 |
)
|
276 |
|
|
|
270 |
api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
|
271 |
) # https://www.gradio.app/guides/setting-up-a-demo-for-maximum-performance
|
272 |
block.launch(server_name="0.0.0.0",
|
273 |
+
share=True,#,
|
274 |
server_port=7860
|
275 |
)
|
276 |
|