afrideva commited on
Commit
95f5763
·
verified ·
1 Parent(s): b9ebc0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7B"
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'