Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,6 @@ try:
|
|
| 53 |
"--cors", "*",
|
| 54 |
"--port", "7860",
|
| 55 |
"--endpoints", "endpoints.yml", # Make sure endpoints.yml contains action_endpoint
|
| 56 |
-
"--models", models_dir
|
| 57 |
]
|
| 58 |
|
| 59 |
# If a model file is found, use it
|
|
|
|
| 53 |
"--cors", "*",
|
| 54 |
"--port", "7860",
|
| 55 |
"--endpoints", "endpoints.yml", # Make sure endpoints.yml contains action_endpoint
|
|
|
|
| 56 |
]
|
| 57 |
|
| 58 |
# If a model file is found, use it
|