BrianL commited on
Commit
760f94e
·
1 Parent(s): 8602c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,7 +24,9 @@ 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="darkpeach",
 
 
28
  css=".footer{display:none !important}",
29
  )
30
 
 
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
+ article="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