NahuelCosta commited on
Commit
2f68882
·
1 Parent(s): b47e3fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ iface = gr.Interface(
56
  outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"]), gr.outputs.Image(type='pil', label="DTW image")],
57
  allow_screenshot=False,
58
  layout="unaligned")
59
- iface.launch(share=True)
 
56
  outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"]), gr.outputs.Image(type='pil', label="DTW image")],
57
  allow_screenshot=False,
58
  layout="unaligned")
59
+ iface.launch()