Spaces:
Running
Running
chore: share = True to see if image share work
Browse files
app.py
CHANGED
@@ -329,4 +329,4 @@ with gr.Blocks() as demo:
|
|
329 |
base64_debug_output.change(fn=None, inputs=[base64_debug_output], js=js_share_logic)
|
330 |
|
331 |
if __name__ == "__main__":
|
332 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
329 |
base64_debug_output.change(fn=None, inputs=[base64_debug_output], js=js_share_logic)
|
330 |
|
331 |
if __name__ == "__main__":
|
332 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|