Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ def greet(prompt):
|
|
49 |
css = "footer {visibility: none}"
|
50 |
|
51 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",css=css)
|
52 |
-
iface.launch(show_api=
|
|
|
49 |
css = "footer {visibility: none}"
|
50 |
|
51 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",css=css)
|
52 |
+
iface.launch(show_api=false)
|