Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
# Use a pipeline as a high-level helper
|
3 |
-
from transformers import pipeline
|
4 |
-
|
5 |
-
pipe = pipeline("image-classification", model="zac/Bad_hands")
|
6 |
|
7 |
gr.load("models/zac/Bad_hands").launch()
|
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
|
|
2 |
|
3 |
gr.load("models/zac/Bad_hands").launch()
|