Spaces:
Running
on
Zero
Running
on
Zero
Update module_translation.py
Browse files- 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=
|
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 {
|
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 |
""")
|