Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MuntasirHossain/RAG-PDF-Chatbot
arjunanand13
/
RAG-PDF-Chatbot
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arjunanand13
commited on
Nov 15, 2024
Commit
a6f37fd
·
verified
·
1 Parent(s):
a5c9a00
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,7 @@
1
import gradio as gr
2
import os
3
api_token = os.getenv("HF_TOKEN")
4
1
import gradio as gr
2
+
# Print the version of Gradio
3
+
print("Gradio version:", gr.__version__)
4
+
5
import os
6
api_token = os.getenv("HF_TOKEN")
7