SinaAhmadi
commited on
Commit
•
7acf720
1
Parent(s):
96cfc8d
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ demo = gr.Interface(
|
|
134 |
gr.inputs.Textbox(lines=4, label="Noisy Text"),
|
135 |
gr.Dropdown(label="Language in unconventional script", choices=sorted(list(languages_scripts.keys()))),
|
136 |
],
|
137 |
-
outputs=gr.outputs.Textbox(
|
138 |
examples=examples
|
139 |
)
|
140 |
|
|
|
134 |
gr.inputs.Textbox(lines=4, label="Noisy Text"),
|
135 |
gr.Dropdown(label="Language in unconventional script", choices=sorted(list(languages_scripts.keys()))),
|
136 |
],
|
137 |
+
outputs=gr.outputs.Textbox(label="Normalized Text"),
|
138 |
examples=examples
|
139 |
)
|
140 |
|