Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
-
|
| 4 |
# from huggingface_hub import login
|
| 5 |
|
| 6 |
# # Get the Hugging Face token from environment variables
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
+
from transformers import pipeline
|
| 4 |
# from huggingface_hub import login
|
| 5 |
|
| 6 |
# # Get the Hugging Face token from environment variables
|