Spaces:
Sleeping
Sleeping
π First full upload of tech support chat agent
Browse files
app.py
CHANGED
@@ -38,6 +38,10 @@
|
|
38 |
|
39 |
# app.py
|
40 |
import gradio as gr
|
|
|
|
|
|
|
|
|
41 |
from Registry.agents.tech_support_chat.agent import ChatSupportAgent
|
42 |
|
43 |
agent = ChatSupportAgent(agent_name="demo_agent")
|
|
|
38 |
|
39 |
# app.py
|
40 |
import gradio as gr
|
41 |
+
|
42 |
+
import sys, os
|
43 |
+
sys.path.insert(0, os.path.dirname(__file__))
|
44 |
+
|
45 |
from Registry.agents.tech_support_chat.agent import ChatSupportAgent
|
46 |
|
47 |
agent = ChatSupportAgent(agent_name="demo_agent")
|