Spaces:
Sleeping
Sleeping
Remove base64
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
# import io
|
4 |
import IPython.display
|
5 |
from PIL import Image
|
6 |
-
import base64
|
7 |
|
8 |
get_completion = pipeline("image-to-text",model="nlpconnect/vit-gpt2-image-captioning")
|
9 |
|
|
|
3 |
# import io
|
4 |
import IPython.display
|
5 |
from PIL import Image
|
6 |
+
# import base64
|
7 |
|
8 |
get_completion = pipeline("image-to-text",model="nlpconnect/vit-gpt2-image-captioning")
|
9 |
|