Update app.py
Browse files
app.py
CHANGED
|
@@ -241,4 +241,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="PDF Chat Assistant") as demo:
|
|
| 241 |
clear_chat.click(lambda: [], None, chatbot, queue=False)
|
| 242 |
|
| 243 |
if __name__ == "__main__":
|
| 244 |
-
demo.launch(
|
|
|
|
| 241 |
clear_chat.click(lambda: [], None, chatbot, queue=False)
|
| 242 |
|
| 243 |
if __name__ == "__main__":
|
| 244 |
+
demo.launch() # Disable sharing for local CPU use
|