tommy24 commited on
Commit
575a114
·
1 Parent(s): 8ed9f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(show_api=false)
 
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()