Update gradio
Browse files
app.py
CHANGED
@@ -154,10 +154,10 @@ demo = gr.Interface(
|
|
154 |
description=description,
|
155 |
fn=normalize,
|
156 |
inputs=[
|
157 |
-
gr.
|
158 |
gr.Dropdown(label="Language in unconventional script", choices=sorted(list(languages_scripts.keys()))),
|
159 |
],
|
160 |
-
outputs=gr.
|
161 |
examples=examples,
|
162 |
article=article,
|
163 |
examples_per_page=20,
|
|
|
154 |
description=description,
|
155 |
fn=normalize,
|
156 |
inputs=[
|
157 |
+
gr.Textbox(lines=4, label="Noisy Text \U0001F974"),
|
158 |
gr.Dropdown(label="Language in unconventional script", choices=sorted(list(languages_scripts.keys()))),
|
159 |
],
|
160 |
+
outputs=gr.Textbox(label="Normalized Text \U0001F642"),
|
161 |
examples=examples,
|
162 |
article=article,
|
163 |
examples_per_page=20,
|