candenizkocak commited on
Commit
7f838b1
·
verified ·
1 Parent(s): 61d6ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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,