OriLib commited on
Commit
9131e14
·
verified ·
1 Parent(s): 60ca2c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,4 +135,5 @@ with gr.Blocks(title="Fibo-Edit-RMBG - Background Removal") as demo:
135
 
136
  # Launch the app
137
  if __name__ == "__main__":
138
- demo.launch()
 
 
135
 
136
  # Launch the app
137
  if __name__ == "__main__":
138
+ demo.launch(show_api=False)
139
+