Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with demo:
|
|
126 |
text = gr.Textbox()
|
127 |
source_lang = gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
|
128 |
b3 = gr.Button("Select lang")
|
129 |
-
gr.Examples(
|
130 |
inputs=[
|
131 |
source_lang])
|
132 |
b1 = gr.Button("convert to text")
|
|
|
126 |
text = gr.Textbox()
|
127 |
source_lang = gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
|
128 |
b3 = gr.Button("Select lang")
|
129 |
+
gr.Examples(examples = list(lang_id.keys()),
|
130 |
inputs=[
|
131 |
source_lang])
|
132 |
b1 = gr.Button("convert to text")
|