Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
import os
|
3 |
-
import pprint
|
4 |
-
import sys
|
5 |
from transformers import pipeline
|
6 |
|
7 |
# Set up the Hugging Face API token
|
|
|
1 |
import streamlit as st
|
2 |
import os
|
|
|
|
|
3 |
from transformers import pipeline
|
4 |
|
5 |
# Set up the Hugging Face API token
|