unausagi commited on
Commit
3eb9722
·
verified ·
1 Parent(s): f8b7a46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()