Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ iface = gr.Interface(
|
|
24 |
outputs=gr.Textbox(type="text", label="Output", show_copy_button=True)
|
25 |
)
|
26 |
|
27 |
-
iface.launch(show_api=False
|
|
|
24 |
outputs=gr.Textbox(type="text", label="Output", show_copy_button=True)
|
25 |
)
|
26 |
|
27 |
+
iface.launch(show_api=False)
|