hieu-nguyen2208 commited on
Commit
8121ecf
·
1 Parent(s): 6839a40
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -1,13 +1,6 @@
1
  import gradio as gr
2
  from src.chatbot import RestaurantChatbot
3
 
4
- # Chạy lệnh và in ra stdout/stderr nếu cần
5
- result = subprocess.run(command, capture_output=True, text=True)
6
-
7
- # In kết quả
8
- print("STDOUT:", result.stdout)
9
- print("STDERR:", result.stderr)
10
-
11
  chatbot = RestaurantChatbot()
12
  chat_history = []
13
 
 
1
  import gradio as gr
2
  from src.chatbot import RestaurantChatbot
3
 
 
 
 
 
 
 
 
4
  chatbot = RestaurantChatbot()
5
  chat_history = []
6