Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
116 |
|
117 |
with gr.Row():
|
118 |
output_llava_text = gr.Textbox(label="Description from LLaVa", interactive=False)
|
119 |
-
output_llama_text = gr.Textbox(label="Description from Llama 3.1", interactive=
|
120 |
|
121 |
submit_btn.click(
|
122 |
fn=run_code,
|
|
|
116 |
|
117 |
with gr.Row():
|
118 |
output_llava_text = gr.Textbox(label="Description from LLaVa", interactive=False)
|
119 |
+
output_llama_text = gr.Textbox(label="Description from Llama 3.1", interactive=False)
|
120 |
|
121 |
submit_btn.click(
|
122 |
fn=run_code,
|