Spaces:
Runtime error
Runtime error
Commit
·
2ecf349
1
Parent(s):
05cc2da
remove forced download
Browse files- apps/mic.py +1 -1
apps/mic.py
CHANGED
|
@@ -44,7 +44,7 @@ def app(state):
|
|
| 44 |
|
| 45 |
@st.cache
|
| 46 |
def load_model(ckpt):
|
| 47 |
-
return FlaxCLIPVisionMBartForConditionalGeneration.from_pretrained(ckpt
|
| 48 |
|
| 49 |
@st.cache
|
| 50 |
def generate_sequence(pixel_values, lang_code, num_beams, temperature, top_p, do_sample, top_k, max_length):
|
|
|
|
| 44 |
|
| 45 |
@st.cache
|
| 46 |
def load_model(ckpt):
|
| 47 |
+
return FlaxCLIPVisionMBartForConditionalGeneration.from_pretrained(ckpt)
|
| 48 |
|
| 49 |
@st.cache
|
| 50 |
def generate_sequence(pixel_values, lang_code, num_beams, temperature, top_p, do_sample, top_k, max_length):
|