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()
|
|
|
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")
|