callanwu commited on
Commit
d6f98bc
·
1 Parent(s): 696e488
Files changed (1) hide show
  1. gradio_backend.py +1 -1
gradio_backend.py CHANGED
@@ -9,7 +9,7 @@ from agents.Agent import Agent
9
  from agents.Environment import Environment
10
  from agents.Memory import Memory
11
  from gradio_base import Client
12
- from run_gradio import DebateUI
13
 
14
  def process(action):
15
  response = action.response
 
9
  from agents.Environment import Environment
10
  from agents.Memory import Memory
11
  from gradio_base import Client
12
+ from app import DebateUI
13
 
14
  def process(action):
15
  response = action.response