Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from transformers import pipeline
|
| 2 |
-
import
|
| 3 |
|
| 4 |
def select_model(model_name):
|
| 5 |
return pipeline("image-classification", model=model_name)
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
+
import gradio as gr
|
| 3 |
|
| 4 |
def select_model(model_name):
|
| 5 |
return pipeline("image-classification", model=model_name)
|