Spaces:
Running
on
T4
Running
on
T4
yuntian-deng
commited on
Commit
•
a3459d2
1
Parent(s):
101ae48
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
78 |
outputs = [slider, image, submit_btn]
|
79 |
|
80 |
# duration is set to default to avoid quota issues
|
81 |
-
@spaces.GPU(duration=
|
82 |
def infer(formula):
|
83 |
current_time = datetime.now(tz)
|
84 |
print (current_time, formula)
|
|
|
78 |
outputs = [slider, image, submit_btn]
|
79 |
|
80 |
# duration is set to default to avoid quota issues
|
81 |
+
@spaces.GPU(duration=90)
|
82 |
def infer(formula):
|
83 |
current_time = datetime.now(tz)
|
84 |
print (current_time, formula)
|