rexoscare commited on
Commit
6794af1
1 Parent(s): 1f0b456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ input_1 = gr.inputs.Radio(choices = choices, label='Choose a model.')
27
  input_2 = gr.inputs.Textbox(placeholder='Enter your text here...', label = 'Input')
28
 
29
  article = "<p style='text-align: center'><a href='https://github.com/PrithivirajDamodaran/Styleformer'>Styleformer GitHub</a></p>"
30
- examples = [["Formal to Informal", "Your mother is so old that her last name is asaurus"], ["Informal to Formal", "Yo what's up with the weather?"]]
31
 
32
  iface = gr.Interface(
33
  model_selection,
27
  input_2 = gr.inputs.Textbox(placeholder='Enter your text here...', label = 'Input')
28
 
29
  article = "<p style='text-align: center'><a href='https://github.com/PrithivirajDamodaran/Styleformer'>Styleformer GitHub</a></p>"
30
+ examples = [["Formal to Informal", "Your mother is so old that her last name is asaurus."], ["Informal to Formal", "Yo what's up with the weather?"]]
31
 
32
  iface = gr.Interface(
33
  model_selection,