Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
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:
|