Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ pipe = pipeline(
|
|
17 |
device=device,
|
18 |
)
|
19 |
|
20 |
-
@spaces.GPU
|
21 |
def respond_to_question_llama(transcript, question):
|
22 |
from huggingface_hub import InferenceClient
|
23 |
|
|
|
17 |
device=device,
|
18 |
)
|
19 |
|
20 |
+
@spaces.GPU(duration=120)
|
21 |
def respond_to_question_llama(transcript, question):
|
22 |
from huggingface_hub import InferenceClient
|
23 |
|