Spaces:
Sleeping
Sleeping
Agri Karem
commited on
Commit
·
a97a13b
1
Parent(s):
c9d6900
Uppdaterat Excel, regenererat FAISS-index, förbättrat app_gradio_rag.py
Browse files- app_gradio_rag.py +2 -1
- ~$artiklar_rensad_sammanfattad.xlsx +0 -0
app_gradio_rag.py
CHANGED
@@ -224,4 +224,5 @@ with gr.Blocks() as demo:
|
|
224 |
outputs=[msg, chatbot, profile, cache_state])
|
225 |
|
226 |
if __name__ == "__main__":
|
227 |
-
|
|
|
|
224 |
outputs=[msg, chatbot, profile, cache_state])
|
225 |
|
226 |
if __name__ == "__main__":
|
227 |
+
import os
|
228 |
+
demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
|
~$artiklar_rensad_sammanfattad.xlsx
ADDED
Binary file (165 Bytes). View file
|
|