Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moonshotai
/
Kimi-VL-A3B-Thinking
like
88
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
teowu
commited on
6 days ago
Commit
cdf4f83
·
verified
·
1 Parent(s):
84e1d56
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=180
)
94
def predict(
95
text,
96
images,