Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- chatwithpdf.py +1 -2
chatwithpdf.py
CHANGED
|
@@ -238,7 +238,6 @@ with gr.Blocks(css= "footer {visibility: hidden}", title="DocDialogue", analytic
|
|
| 238 |
)
|
| 239 |
demo.queue()
|
| 240 |
if __name__ == "__main__":
|
| 241 |
-
demo.launch(
|
| 242 |
-
|
| 243 |
# Run
|
| 244 |
# gradio chatwithpdf.py
|
|
|
|
| 238 |
)
|
| 239 |
demo.queue()
|
| 240 |
if __name__ == "__main__":
|
| 241 |
+
demo.launch()
|
|
|
|
| 242 |
# Run
|
| 243 |
# gradio chatwithpdf.py
|