Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,4 +91,4 @@ def visualize_neural(a):
|
|
91 |
|
92 |
demo = gr.Interface(fn=visualize_neural, inputs="text", outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")])
|
93 |
|
94 |
-
demo.launch()
|
|
|
91 |
|
92 |
demo = gr.Interface(fn=visualize_neural, inputs="text", outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")])
|
93 |
|
94 |
+
demo.launch(share=True)
|