Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -41,10 +41,10 @@ async def generate(text):
|
|
41 |
demo = gr.Interface(
|
42 |
generate,
|
43 |
gr.Textbox(label="English Text"),
|
44 |
-
gr.JSON(label="Translated Text"),
|
45 |
examples=["My name is VB and I live in Stuttgart.", "I like eating Maultaschen and Wurst.", "Can I have a pain au chocolate, please?"],
|
46 |
-
theme=gr.themes.Soft(),
|
47 |
-
|
48 |
demo.launch()
|
49 |
</gradio-file>
|
50 |
|
|
|
41 |
demo = gr.Interface(
|
42 |
generate,
|
43 |
gr.Textbox(label="English Text"),
|
44 |
+
gr.JSON(label="Translated Text", flag=False),
|
45 |
examples=["My name is VB and I live in Stuttgart.", "I like eating Maultaschen and Wurst.", "Can I have a pain au chocolate, please?"],
|
46 |
+
theme=gr.themes.Soft(),)
|
47 |
+
|
48 |
demo.launch()
|
49 |
</gradio-file>
|
50 |
|