Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks(theme=theme) as demo2:
|
|
13 |
mmt = gr.MultimodalTextbox()
|
14 |
mmt = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
15 |
|
16 |
-
|
17 |
|
18 |
|
19 |
def print_like_dislike(x: gr.LikeData):
|
@@ -71,5 +71,5 @@ demo1 = gr.ChatInterface(fn=echo,
|
|
71 |
#examples_per_page=6,
|
72 |
|
73 |
)
|
74 |
-
demo1.launch()
|
75 |
#demo.launch()
|
|
|
13 |
mmt = gr.MultimodalTextbox()
|
14 |
mmt = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
15 |
|
16 |
+
demo2.launch()
|
17 |
|
18 |
|
19 |
def print_like_dislike(x: gr.LikeData):
|
|
|
71 |
#examples_per_page=6,
|
72 |
|
73 |
)
|
74 |
+
#demo1.launch()
|
75 |
#demo.launch()
|