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