去掉chatbot demo
Browse files
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()
|