qnguyen3 commited on
Commit
fe32625
1 Parent(s): 15f3ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'