Spaces:
Running
Running
Commit
·
8121ecf
1
Parent(s):
6839a40
"L"
Browse files
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 |
|