Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def huggingface_login():
|
|
53 |
print(f"Error during Hugging Face login: {e}")
|
54 |
raise
|
55 |
|
56 |
-
@spaces.GPU(duration=
|
57 |
def start_gradio_demo():
|
58 |
"""
|
59 |
Start the Gradio demo.
|
|
|
53 |
print(f"Error during Hugging Face login: {e}")
|
54 |
raise
|
55 |
|
56 |
+
@spaces.GPU(duration=60)
|
57 |
def start_gradio_demo():
|
58 |
"""
|
59 |
Start the Gradio demo.
|