lorenzoscottb commited on
Commit
737ca1c
Β·
verified Β·
1 Parent(s): fc2523a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ interface_words = gr.Interface(
73
  outputs="text",
74
  title=title,
75
  description=description_main,
76
- examples=[["en", "it", "pl"]],
77
  )
78
 
79
  # interface_model_L = gr.Interface(
@@ -118,5 +118,5 @@ interface_model_RE = gr.Interface(
118
 
119
  gr.TabbedInterface(
120
  [interface_words, interface_model_RE],
121
- ["Main","RE"],
122
  ).launch()
 
73
  outputs="text",
74
  title=title,
75
  description=description_main,
76
+ examples=[["en"], ["it"], ["pl"]],
77
  )
78
 
79
  # interface_model_L = gr.Interface(
 
118
 
119
  gr.TabbedInterface(
120
  [interface_words, interface_model_RE],
121
+ ["Main", "RE"],
122
  ).launch()