OlamideKayode commited on
Commit
a4b1026
·
verified ·
1 Parent(s): 7095018

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,5 +151,5 @@ with gr.Blocks() as demo:
151
 
152
  # demo.launch()
153
  if __name__ == "__main__":
154
- demo.launch()
155
 
 
151
 
152
  # demo.launch()
153
  if __name__ == "__main__":
154
+ demo.launch(show_api=False)
155