tommy24 commited on
Commit
c8058bd
·
1 Parent(s): ec8b37c

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")
52
- iface.launch(css=css,show_api=False)
 
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)