curry tang
commited on
Commit
Β·
b7c8571
1
Parent(s):
b45abbf
update
Browse files
app.py
CHANGED
@@ -222,10 +222,13 @@ with gr.Blocks() as app:
|
|
222 |
chatbot = gr.ChatInterface(
|
223 |
predict,
|
224 |
chatbot=gr.Chatbot(elem_id="chatbot", height=600, show_share_button=False),
|
225 |
-
additional_inputs=[chat_engine]
|
226 |
)
|
227 |
with gr.Column(scale=1, min_width=300):
|
228 |
-
gr.
|
|
|
|
|
|
|
229 |
|
230 |
with gr.Tab('代η δΌε'):
|
231 |
with gr.Row():
|
|
|
222 |
chatbot = gr.ChatInterface(
|
223 |
predict,
|
224 |
chatbot=gr.Chatbot(elem_id="chatbot", height=600, show_share_button=False),
|
225 |
+
additional_inputs=[chat_engine],
|
226 |
)
|
227 |
with gr.Column(scale=1, min_width=300):
|
228 |
+
with gr.Accordion("ε©ζη±»ε"):
|
229 |
+
gr.Radio(["εη«―ε©ζ", "εΌεε©ζ", "ζζ‘ε©ζ"], label="η±»ε", info="θ―·ιζ©η±»ε"),
|
230 |
+
with gr.Accordion("εΎη"):
|
231 |
+
gr.ImageEditor()
|
232 |
|
233 |
with gr.Tab('代η δΌε'):
|
234 |
with gr.Row():
|