Agri Karem commited on
Commit
35eebf8
·
1 Parent(s): a97a13b

Uppdaterat Excel, regenererat FAISS-index, förbättra och annatt app_gradio_rag.py

Browse files
Files changed (1) hide show
  1. app_gradio_rag.py +1 -2
app_gradio_rag.py CHANGED
@@ -224,5 +224,4 @@ with gr.Blocks() as demo:
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)))
 
224
  outputs=[msg, chatbot, profile, cache_state])
225
 
226
  if __name__ == "__main__":
227
+ demo.launch()