Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,5 @@ def d(input):
|
|
13 |
output_DE = output_DE.strip("[]' ")
|
14 |
return output_DE
|
15 |
|
16 |
-
iface = gr.Interface(fn=d, inputs="
|
17 |
iface.launch()
|
|
|
13 |
output_DE = output_DE.strip("[]' ")
|
14 |
return output_DE
|
15 |
|
16 |
+
iface = gr.Interface(fn=d, inputs="textbox", outputs="textbox")
|
17 |
iface.launch()
|