Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,5 @@ with gr.Blocks() as app:
|
|
57 |
label="Select Model",
|
58 |
)
|
59 |
|
60 |
-
# 使用 gr.Blocks 的布局功能來組織元件
|
61 |
-
app.get_component(chat_interface)
|
62 |
-
app.get_component(model_selector)
|
63 |
|
64 |
app.launch()
|
|
|
57 |
label="Select Model",
|
58 |
)
|
59 |
|
|
|
|
|
|
|
60 |
|
61 |
app.launch()
|