Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -175,7 +175,7 @@ def process_file(file):
|
|
175 |
return paper_text
|
176 |
|
177 |
|
178 |
-
@spaces.GPU()
|
179 |
def generate(paper_text, review_template):
|
180 |
# messages = [
|
181 |
# {"role": "system", "content": "You are a pirate."},
|
|
|
175 |
return paper_text
|
176 |
|
177 |
|
178 |
+
@spaces.GPU(duration=90)
|
179 |
def generate(paper_text, review_template):
|
180 |
# messages = [
|
181 |
# {"role": "system", "content": "You are a pirate."},
|