on1onmangoes commited on
Commit
d0f8456
·
verified ·
1 Parent(s): 0476f15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from gradio_pdf import PDF
3
  from gradio_client import Client, handle_file
4
  import os
5
 
 
6
  # Define your Hugging Face token (make sure to set it as an environment variable)
7
  HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
8
 
 
3
  from gradio_client import Client, handle_file
4
  import os
5
 
6
+
7
  # Define your Hugging Face token (make sure to set it as an environment variable)
8
  HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
9