Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|