tbdatasci commited on
Commit
73a1a84
·
1 Parent(s): 3863cf2

Remove base64

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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