Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
import gradio as gr
|
7 |
|
8 |
# model_name = "arjunanand13/Florence-enphase2"
|
9 |
-
model_name = "arjunanand13/
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
print(f"Using device: {device}")
|
12 |
|
|
|
6 |
import gradio as gr
|
7 |
|
8 |
# model_name = "arjunanand13/Florence-enphase2"
|
9 |
+
model_name = "arjunanand13/florence-enphaseall2-30e"
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
print(f"Using device: {device}")
|
12 |
|