Spaces:
Running
Running
Niki Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2061,7 +2061,7 @@ def create_ui():
|
|
2061 |
# cap_everything_button = gr.Button(value="Caption Everything in a Paragraph", interactive=True)
|
2062 |
with gr.Column(visible=False) as modules_not_need_gpt2:
|
2063 |
with gr.Blocks():
|
2064 |
-
chatbot = gr.Chatbot(label="Chatbox", elem_classes="chatbot",likeable=True,height=
|
2065 |
with gr.Column() as modules_need_gpt3:
|
2066 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=[".txt"], placeholder="Message EyeSee...", show_label=False)
|
2067 |
with gr.Row():
|
@@ -2155,7 +2155,7 @@ def create_ui():
|
|
2155 |
choices=["Preview","Reasons"],
|
2156 |
label="Information Type",
|
2157 |
value="Preview",
|
2158 |
-
interactive=True)
|
2159 |
|
2160 |
|
2161 |
with gr.Column(scale=4,visible=False) as reco_reasons:
|
|
|
2061 |
# cap_everything_button = gr.Button(value="Caption Everything in a Paragraph", interactive=True)
|
2062 |
with gr.Column(visible=False) as modules_not_need_gpt2:
|
2063 |
with gr.Blocks():
|
2064 |
+
chatbot = gr.Chatbot(label="Chatbox", elem_classes="chatbot",likeable=True,height=750,bubble_full_width=False)
|
2065 |
with gr.Column() as modules_need_gpt3:
|
2066 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=[".txt"], placeholder="Message EyeSee...", show_label=False)
|
2067 |
with gr.Row():
|
|
|
2155 |
choices=["Preview","Reasons"],
|
2156 |
label="Information Type",
|
2157 |
value="Preview",
|
2158 |
+
interactive=True,visible=False)
|
2159 |
|
2160 |
|
2161 |
with gr.Column(scale=4,visible=False) as reco_reasons:
|