alwaysgood commited on
Commit
b2a11e9
·
verified ·
1 Parent(s): 4747898

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -41,7 +41,7 @@ else:
41
  gr.Code(language="python", value=python_code.strip(), interactive=False)
42
 
43
 
44
- def create_ui(prediction_handler, chatbot_handler):
45
  """Gradio UI를 생성하고 반환합니다."""
46
 
47
  with gr.Blocks(title="통합 조위 예측 시스템", theme=gr.themes.Soft()) as demo:
 
41
  gr.Code(language="python", value=python_code.strip(), interactive=False)
42
 
43
 
44
+ def create_ui(prediction_handler, chatbot_handler, api_handlers: dict):
45
  """Gradio UI를 생성하고 반환합니다."""
46
 
47
  with gr.Blocks(title="통합 조위 예측 시스템", theme=gr.themes.Soft()) as demo: