Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def generate(prompt, temperature, top_p, top_k, repetition_penalty, max_tokens,
|
|
71 |
finally:
|
72 |
timer.cancel()
|
73 |
|
74 |
-
@spaces.GPU(duration=15)
|
75 |
def gpu():
|
76 |
return
|
77 |
|
|
|
71 |
finally:
|
72 |
timer.cancel()
|
73 |
|
74 |
+
# @spaces.GPU(duration=15)
|
75 |
def gpu():
|
76 |
return
|
77 |
|