Spaces:
Sleeping
Sleeping
AjithBharadwaj
commited on
Commit
·
6193570
1
Parent(s):
0c47b6a
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from transformers import pipeline
|
2 |
-
import gradio
|
3 |
|
4 |
|
5 |
get_completion = pipeline("image-to-text",model="Salesforce/blip-image-captioning-base")
|
|
|
1 |
from transformers import pipeline
|
2 |
+
import gradio as gr
|
3 |
|
4 |
|
5 |
get_completion = pipeline("image-to-text",model="Salesforce/blip-image-captioning-base")
|