Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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()
|