Spaces:
Running
Running
MuntasirHossain
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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()
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
|
4 |
+
demo = gr.load(name="spaces/MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
|
5 |
demo.launch()
|