Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,6 @@ def AMP(file):
|
|
73 |
return out, out_probability
|
74 |
|
75 |
iface = gr.Interface(fn=AMP,
|
76 |
-
inputs="text"
|
77 |
-
outputs= ["text"
|
78 |
iface.launch()
|
|
|
73 |
return out, out_probability
|
74 |
|
75 |
iface = gr.Interface(fn=AMP,
|
76 |
+
inputs="text",
|
77 |
+
outputs= ["text", "text"])
|
78 |
iface.launch()
|