BrianL commited on
Commit
5ae1647
·
1 Parent(s): 8f888d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,9 +24,10 @@ iface = gr.Interface(
24
  outputs='text',
25
  examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Bumibili si Juan ng manok"],["Magandang umaga"]],
26
  live=True,
 
27
  theme="seafoam",
28
  title="Basic Filipino Dialect Translator",
29
- description="This application uses Helsinki-NLP models models to translate native Tagalog texts to 3 dialects of the Filipino language",
30
  css=".footer{display:none !important}",
31
  )
32
 
 
24
  outputs='text',
25
  examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Bumibili si Juan ng manok"],["Magandang umaga"]],
26
  live=True,
27
+ layout="horizontal",
28
  theme="seafoam",
29
  title="Basic Filipino Dialect Translator",
30
+ description=" This application uses Helsinki-NLP models models to translate native Tagalog texts to 3 dialects of the Filipino language",
31
  css=".footer{display:none !important}",
32
  )
33