MuntasirHossain commited on
Commit
58486c5
·
verified ·
1 Parent(s): 74f5196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
 
3
  demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
4
  demo.launch()
 
1
  import os
2
+ import gradio as gr
3
 
4
  demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
5
  demo.launch()