on1onmangoes commited on
Commit
5604cd0
·
verified ·
1 Parent(s): dac3839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
 
2
  from gradio_client import Client, handle_file
3
  import os
4
 
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
 
 
1
  import gradio as gr
2
+ 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