Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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 |
+
|