Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ iface = gr.Interface(
|
|
50 |
outputs=[gr.outputs.Textbox(label="Generated Text"),
|
51 |
gr.outputs.Textbox(label="Source")]
|
52 |
)
|
53 |
-
iface.launch(
|
54 |
|
|
|
50 |
outputs=[gr.outputs.Textbox(label="Generated Text"),
|
51 |
gr.outputs.Textbox(label="Source")]
|
52 |
)
|
53 |
+
iface.launch()
|
54 |
|