Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,5 @@ gr.Interface(
|
|
32 |
outputs,
|
33 |
title=title,
|
34 |
description=description,
|
35 |
-
|
36 |
-
theme="huggingface",
|
37 |
).launch(debug=True, enable_queue=True)
|
|
|
32 |
outputs,
|
33 |
title=title,
|
34 |
description=description,
|
35 |
+
|
|
|
36 |
).launch(debug=True, enable_queue=True)
|