Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline, AutoModel
|
| 3 |
-
|
| 4 |
model = AutoModel.from_pretrained("ericxlima/DogsClassifierModel")
|
| 5 |
|
| 6 |
dogs = {
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline, AutoModel
|
| 3 |
+
|
| 4 |
model = AutoModel.from_pretrained("ericxlima/DogsClassifierModel")
|
| 5 |
|
| 6 |
dogs = {
|