Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ def launch(input):
|
|
20 |
return processor.decode(out[0], skip_special_tokens=True)
|
21 |
|
22 |
iface = gr.Interface(launch, inputs="text", outputs="text")
|
23 |
-
iface.launch(
|
|
|
20 |
return processor.decode(out[0], skip_special_tokens=True)
|
21 |
|
22 |
iface = gr.Interface(launch, inputs="text", outputs="text")
|
23 |
+
iface.launch()
|