Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
|
|
| 5 |
import streamlit as st
|
| 6 |
from transformers import pipeline
|
| 7 |
import emoji
|
|
|
|
| 8 |
import requests
|
| 9 |
|
| 10 |
# Convert Google Drive link to a direct image link
|
|
|
|
| 5 |
import streamlit as st
|
| 6 |
from transformers import pipeline
|
| 7 |
import emoji
|
| 8 |
+
import base64
|
| 9 |
import requests
|
| 10 |
|
| 11 |
# Convert Google Drive link to a direct image link
|