matanru commited on
Commit
bcb760d
1 Parent(s): 85fbaf5

After ZeroGPU was assigned

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ model = None
189
  # # return model(**data)
190
  # return model(str(data))
191
 
192
- # @spaces.GPU(duration=30)
193
  def estimate(data):
194
  global model
195
  with torch.no_grad():
 
189
  # # return model(**data)
190
  # return model(str(data))
191
 
192
+ @spaces.GPU(duration=30)
193
  def estimate(data):
194
  global model
195
  with torch.no_grad():