Nissan commited on
Commit ·
a41d0df
1
Parent(s): 4b09ce1
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,5 +36,5 @@ gr.Interface(
|
|
| 36 |
description = description,
|
| 37 |
article = article,
|
| 38 |
examples = examples,
|
| 39 |
-
theme = "huggingface"
|
| 40 |
).launch(debug=True,enable_queue=True)
|
|
|
|
| 36 |
description = description,
|
| 37 |
article = article,
|
| 38 |
examples = examples,
|
| 39 |
+
theme = "huggingface",
|
| 40 |
).launch(debug=True,enable_queue=True)
|