Didier commited on
Commit
de0ea79
·
verified ·
1 Parent(s): 2c8e2f3

Update module_translation.py

Browse files
Files changed (1) hide show
  1. module_translation.py +2 -2
module_translation.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  with gr.Row():
67
  output_text = gr.Textbox(
68
  lines=5,
69
- label=vlm.model_id,
70
  render=True
71
  )
72
  output_text_google = gr.Textbox(
@@ -130,5 +130,5 @@ with gr.Blocks() as demo:
130
 
131
  with gr.Accordion("Documentation", open=False):
132
  gr.Markdown(f"""
133
- - Model: serving {vlm.model_id} and Google Translate.
134
  """)
 
66
  with gr.Row():
67
  output_text = gr.Textbox(
68
  lines=5,
69
+ label=llm.model_id,
70
  render=True
71
  )
72
  output_text_google = gr.Textbox(
 
130
 
131
  with gr.Accordion("Documentation", open=False):
132
  gr.Markdown(f"""
133
+ - Model: serving {llm.model_id} and Google Translate.
134
  """)