vivek9 commited on
Commit
b71a784
1 Parent(s): c043eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ title="Implementation of Backpropagation and Training a Palindrome Network"
96
 
97
  demo = gr.Interface(fn=visualize_neural, inputs=gr.Textbox(label="input a binary string of length 10"), outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")],title=title)
98
 
99
- demo.launch(share=True)
 
96
 
97
  demo = gr.Interface(fn=visualize_neural, inputs=gr.Textbox(label="input a binary string of length 10"), outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")],title=title)
98
 
99
+ demo.launch()