Spaces:
Runtime error
Runtime error
Commit
·
2f68882
1
Parent(s):
b47e3fe
Update app.py
Browse files
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(
|
|
|
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()
|