merve HF staff commited on
Commit
e268c03
·
1 Parent(s): ec0b1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,6 +32,6 @@ interface = gr.Interface(infer,
32
  ["I love machine learning!", "Translation"],
33
  ["I went to market and.", "Linguistic Acceptibility"],
34
  ["what is the meaning to life?The answer to the ultimate question of life, the universe and everything is 42.", "Question Answering"]],
35
- theme = "darkgrass"
36
  )
37
  interface.launch()
 
32
  ["I love machine learning!", "Translation"],
33
  ["I went to market and.", "Linguistic Acceptibility"],
34
  ["what is the meaning to life?The answer to the ultimate question of life, the universe and everything is 42.", "Question Answering"]],
35
+ theme = "grass"
36
  )
37
  interface.launch()