Spaces:
Build error
Build error
Commit
Β·
3d77f49
1
Parent(s):
d0a445c
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,13 @@ iface = gr.Interface(
|
|
33 |
["##logy"],
|
34 |
["responded"],
|
35 |
["king"],
|
36 |
-
["hospital"]
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
],
|
38 |
)
|
39 |
iface.launch(enable_queue=True, debug=True, show_error=True)
|
|
|
33 |
["##logy"],
|
34 |
["responded"],
|
35 |
["king"],
|
36 |
+
["hospital"],
|
37 |
+
["disease"],
|
38 |
+
["grammar"],
|
39 |
+
["aristotle"],
|
40 |
+
["##ting"],
|
41 |
+
["woman"],
|
42 |
+
["man"]
|
43 |
],
|
44 |
)
|
45 |
iface.launch(enable_queue=True, debug=True, show_error=True)
|