Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def start_controller():
|
|
| 45 |
print(controller_command)
|
| 46 |
return subprocess.Popen(controller_command)
|
| 47 |
|
| 48 |
-
@spaces.GPU
|
| 49 |
def start_worker(model_path: str):
|
| 50 |
print(f"Starting the model worker for the model {model_path}")
|
| 51 |
model_path = 'qnguyen3/nanoLLaVA'
|
|
|
|
| 45 |
print(controller_command)
|
| 46 |
return subprocess.Popen(controller_command)
|
| 47 |
|
| 48 |
+
# @spaces.GPU
|
| 49 |
def start_worker(model_path: str):
|
| 50 |
print(f"Starting the model worker for the model {model_path}")
|
| 51 |
model_path = 'qnguyen3/nanoLLaVA'
|