tommy24 commited on
Commit
4e92203
Β·
1 Parent(s): 1f8598c

Update app.py

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