Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from transformers import AutoModelForCausalLM, AutoProcessor
|
|
5 |
import torch
|
6 |
import gradio as gr
|
7 |
|
8 |
-
model_name = "arjunanand13/Florence-enphase2"
|
9 |
-
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
print(f"Using device: {device}")
|
12 |
|
|
|
5 |
import torch
|
6 |
import gradio as gr
|
7 |
|
8 |
+
# model_name = "arjunanand13/Florence-enphase2"
|
9 |
+
model_name = "arjunanand13/florense-enphaseall"
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
print(f"Using device: {device}")
|
12 |
|