Spaces:
Runtime error
Runtime error
SudhanshuBlaze
commited on
Commit
•
2cde561
1
Parent(s):
a0dedd5
remove unnecessary import
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import pipeline
|
3 |
from PIL import Image
|
4 |
import numpy as np
|
5 |
import tensorflow as tf
|
|
|
1 |
import streamlit as st
|
|
|
2 |
from PIL import Image
|
3 |
import numpy as np
|
4 |
import tensorflow as tf
|