ZennethKenneth commited on
Commit
845c72e
·
verified ·
1 Parent(s): 51bec36

import autotokenizer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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