far555na commited on
Commit
a789718
·
verified ·
1 Parent(s): ee14acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import torch
4
 
5
  # # Load the processor and model
6
- processor = AutoProcessor.from_pretrained("microsoft/git-base")
7
  # config = AutoConfig.from_pretrained("./adapter_config.json")
8
  # # model = AutoModelForCausalLM.from_pretrained("microsoft/git-base")
9
 
 
3
  import torch
4
 
5
  # # Load the processor and model
6
+ processor = AutoProcessor.from_pretrained("./")
7
  # config = AutoConfig.from_pretrained("./adapter_config.json")
8
  # # model = AutoModelForCausalLM.from_pretrained("microsoft/git-base")
9