Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
classifier = pipeline("image-classification", model="
|
4 |
demo=gr.Interface.from_pipeline(classifier)
|
5 |
demo.launch(debug=True)
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
classifier = pipeline("image-classification", model="blackhole-boys/recommendation-system-v1")
|
4 |
demo=gr.Interface.from_pipeline(classifier)
|
5 |
demo.launch(debug=True)
|