Spaces:
Sleeping
Sleeping
Commit
·
c7d8e67
1
Parent(s):
2cf5794
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import trasformers
|
3 |
from transformers import pipeline
|
4 |
pipe = pipeline("zero-shot-image-classification", model="openai/clip-vit-base-patch32")
|
5 |
def predict(photo,Label1,Label2,Label3):
|
|
|
1 |
import gradio as gr
|
|
|
2 |
from transformers import pipeline
|
3 |
pipe = pipeline("zero-shot-image-classification", model="openai/clip-vit-base-patch32")
|
4 |
def predict(photo,Label1,Label2,Label3):
|