Tonic commited on
Commit
93b47f2
·
verified ·
1 Parent(s): 3fcc43c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ model.eval()
33
 
34
  # Function to generate code
35
 
36
- @spaces.GGPU
37
  def generate_code(prompt, max_length):
38
  # Prepare the input chat format
39
  chat = [
 
33
 
34
  # Function to generate code
35
 
36
+ @spaces.GPU
37
  def generate_code(prompt, max_length):
38
  # Prepare the input chat format
39
  chat = [