Update app.py
Browse files
app.py
CHANGED
@@ -47,5 +47,6 @@ interface = gr.Interface(fn=predict,
|
|
47 |
title=title,
|
48 |
description=description,
|
49 |
article=article,
|
|
|
50 |
enable_queue=True)
|
51 |
interface.launch(debug=True)
|
|
|
47 |
title=title,
|
48 |
description=description,
|
49 |
article=article,
|
50 |
+
theme="default",
|
51 |
enable_queue=True)
|
52 |
interface.launch(debug=True)
|