Update app.py
Browse files
app.py
CHANGED
|
@@ -47,4 +47,4 @@ def greet(prompt):
|
|
| 47 |
return "Model is Down. Our team is working on it 😃"
|
| 48 |
|
| 49 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 50 |
-
iface.launch(show_api=
|
|
|
|
| 47 |
return "Model is Down. Our team is working on it 😃"
|
| 48 |
|
| 49 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 50 |
+
iface.launch(show_api=False)
|