Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def transliterate(input_text):
|
|
11 |
return result
|
12 |
|
13 |
# Create the input and output components.
|
14 |
-
input_box = gr.Textbox(type="
|
15 |
output_box = gr.Textbox(label="Transliterated Text")
|
16 |
|
17 |
# Create the Gradio interface.
|
|
|
11 |
return result
|
12 |
|
13 |
# Create the input and output components.
|
14 |
+
input_box = gr.Textbox(type="text", label="Input Text")
|
15 |
output_box = gr.Textbox(label="Transliterated Text")
|
16 |
|
17 |
# Create the Gradio interface.
|