reach-vb HF staff commited on
Commit
a6d0a28
·
1 Parent(s): df3e34d

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- flag=False)
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