Spaces:
Sleeping
Sleeping
p3nguknight
commited on
Commit
•
27b9b37
1
Parent(s):
495f9d5
Increase duration
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def image_to_base64(image_path):
|
|
46 |
return f"data:image/jpeg;base64,{encoded_string}"
|
47 |
|
48 |
|
49 |
-
@spaces.GPU(duration=
|
50 |
def pixtral_inference(
|
51 |
images,
|
52 |
text,
|
|
|
46 |
return f"data:image/jpeg;base64,{encoded_string}"
|
47 |
|
48 |
|
49 |
+
@spaces.GPU(duration=60)
|
50 |
def pixtral_inference(
|
51 |
images,
|
52 |
text,
|