Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nealeon/Kimi-VL-A3B-Thinking
teowu
/
Kimi-VL-A3B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
teowu
commited on
Jun 22
Commit
f2d15d1
·
verified
·
1 Parent(s):
48752d2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,7 +90,7 @@ def get_prompt(conversation) -> str:
90
91
92
@wrap_gen_fn
93
-
@spaces.GPU()
94
def predict(
95
text,
96
images,
90
91
92
@wrap_gen_fn
93
+
@spaces.GPU(
duration=120
)
94
def predict(
95
text,
96
images,