rajeshradhakrishnan commited on
Commit
41f17be
1 Parent(s): 7dbba2a

Theme to use - right now, only "default" is supported

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ interface = gr.Interface(
32
  translate_ML_TM,
33
  inputs="textbox",
34
  outputs='label',
35
- theme="huggingface",
36
  title="Malayalam to Tamil Translater",
37
  description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
38
  article = "<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",
 
32
  translate_ML_TM,
33
  inputs="textbox",
34
  outputs='label',
35
+ theme="default",
36
  title="Malayalam to Tamil Translater",
37
  description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
38
  article = "<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",