Plashkar commited on
Commit
7ee3ac3
·
1 Parent(s): c48be04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,5 +45,5 @@ inputs = [
45
  ]
46
  outputs = gr.Plot()
47
 
48
- demo = gr.Interface(fn=graphPlot, inputs=inputs, outputs=outputs, cache_examples=True)
49
- demo.launch()
 
45
  ]
46
  outputs = gr.Plot()
47
 
48
+ demo = gr.Interface(fn=graphPlot, outputs=outputs, cache_examples=True)
49
+ demo.launch(share=True)