Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with app:
|
|
128 |
audio_m2m100 = gr.Dropdown(choices=lang_model_list, value=lang_model_list[1], label='Language Model')
|
129 |
audio_button = gr.Button(value="Predict")
|
130 |
|
131 |
-
with gr.Tab("
|
132 |
with gr.Column():
|
133 |
prompt_text = gr.Textbox(lines=3, label="Prompt")
|
134 |
output_text = gr.Textbox(lines=3, label="BioGpt Text")
|
|
|
128 |
audio_m2m100 = gr.Dropdown(choices=lang_model_list, value=lang_model_list[1], label='Language Model')
|
129 |
audio_button = gr.Button(value="Predict")
|
130 |
|
131 |
+
with gr.Tab("Output"):
|
132 |
with gr.Column():
|
133 |
prompt_text = gr.Textbox(lines=3, label="Prompt")
|
134 |
output_text = gr.Textbox(lines=3, label="BioGpt Text")
|