arjunanand13 commited on
Commit
e843d83
·
verified ·
1 Parent(s): 995409c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
  import gradio as gr
7
 
8
  # Load the model and processor
9
- model_name = "arjunanand13/Florence-enphase"
10
 
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12
  print(device)
 
6
  import gradio as gr
7
 
8
  # Load the model and processor
9
+ model_name = "arjunanand13/Florence-enphase2"
10
 
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12
  print(device)