Rulga commited on
Commit
777bd84
·
1 Parent(s): b88df70

Update run.sh to launch FastAPI with Gradio interface instead of Streamlit

Browse files
Files changed (1) hide show
  1. run.sh +2 -3
run.sh CHANGED
@@ -1,5 +1,4 @@
1
  #!/bin/bash
2
 
3
- # Запуск Streamlit и FastAPI параллельно
4
- streamlit run app.py & # Запуск чат-бота
5
- uvicorn api.main:app --reload # Запуск API для анализа логов
 
1
  #!/bin/bash
2
 
3
+ # Run FastAPI and Gradio interface
4
+ python app.py