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