ChiranthanCV
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
# pipe = pipeline("image-to-text",
|
5 |
# model="Salesforce/blip-image-captioning-base")
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
import torch
|
4 |
|
5 |
# pipe = pipeline("image-to-text",
|
6 |
# model="Salesforce/blip-image-captioning-base")
|