SinaAhmadi
commited on
Commit
•
0379612
1
Parent(s):
79835f0
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ demo = gr.Interface(
|
|
153 |
fn=normalize,
|
154 |
inputs = [
|
155 |
gr.inputs.Textbox(lines=4, label="Noisy Text \U0001F974"),
|
156 |
-
gr.Dropdown(label="Language in unconventional script
|
157 |
],
|
158 |
outputs=gr.outputs.Textbox(label="Normalized Text \U0001F642"),
|
159 |
examples=examples,
|
|
|
153 |
fn=normalize,
|
154 |
inputs = [
|
155 |
gr.inputs.Textbox(lines=4, label="Noisy Text \U0001F974"),
|
156 |
+
gr.Dropdown(label="Language in unconventional script", choices=sorted(list(languages_scripts.keys()))),
|
157 |
],
|
158 |
outputs=gr.outputs.Textbox(label="Normalized Text \U0001F642"),
|
159 |
examples=examples,
|