Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,9 +48,10 @@ def flip_image(x):
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
with gr.Tab("Chat"):
|
51 |
-
gr.
|
52 |
-
|
53 |
-
|
|
|
54 |
with gr.Tab("ELS"):
|
55 |
with gr.Row():
|
56 |
image_input = gr.Image()
|
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
with gr.Tab("Chat"):
|
51 |
+
with gr.Row(min_height=800):
|
52 |
+
gr.ChatInterface(
|
53 |
+
respond
|
54 |
+
)
|
55 |
with gr.Tab("ELS"):
|
56 |
with gr.Row():
|
57 |
image_input = gr.Image()
|