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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
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
 
 
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