Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,8 @@ with gr.Blocks(head=head,css=css) as app:
|
|
62 |
with gr.Group(elem_id="control_panel"):
|
63 |
gr.Textbox()
|
64 |
gr.Slider()
|
65 |
-
gr.
|
|
|
|
|
66 |
|
67 |
app.launch()
|
|
|
62 |
with gr.Group(elem_id="control_panel"):
|
63 |
gr.Textbox()
|
64 |
gr.Slider()
|
65 |
+
gr.Image()
|
66 |
+
gr.Chatbot()
|
67 |
+
gr.Textbox()
|
68 |
|
69 |
app.launch()
|