Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,7 @@ def main():
|
|
| 136 |
|
| 137 |
# Launch with Mac-optimized settings
|
| 138 |
interface.launch(
|
| 139 |
-
|
| 140 |
-
server_port=7860,
|
| 141 |
share=False,
|
| 142 |
debug=False,
|
| 143 |
show_error=True
|
|
|
|
| 136 |
|
| 137 |
# Launch with Mac-optimized settings
|
| 138 |
interface.launch(
|
| 139 |
+
show_api=False,
|
|
|
|
| 140 |
share=False,
|
| 141 |
debug=False,
|
| 142 |
show_error=True
|