lvyb commited on
Commit
fdb4e49
·
1 Parent(s): 8ec3f37

去掉chatbot demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks(css=css_string) as demo:
32
  hello_world_tab()
33
  audit_tab()
34
  ocr_tab()
35
- chatbot_tab()
36
  openai_tab()
37
 
38
  demo.launch()
 
32
  hello_world_tab()
33
  audit_tab()
34
  ocr_tab()
35
+ # chatbot_tab()
36
  openai_tab()
37
 
38
  demo.launch()