Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import spaces # Import spaces for ZeroGPU compatibility
|
|
12 |
|
13 |
|
14 |
# Load model and processor
|
15 |
-
model_path = "deepseek-ai/Janus-Pro-
|
16 |
config = AutoConfig.from_pretrained(model_path)
|
17 |
language_config = config.language_config
|
18 |
language_config._attn_implementation = 'eager'
|
|
|
12 |
|
13 |
|
14 |
# Load model and processor
|
15 |
+
model_path = "deepseek-ai/Janus-Pro-1B"
|
16 |
config = AutoConfig.from_pretrained(model_path)
|
17 |
language_config = config.language_config
|
18 |
language_config._attn_implementation = 'eager'
|