Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|