Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
|
|
14 |
title=title,
|
15 |
description=description,
|
16 |
examples=examples,
|
17 |
-
theme="
|
18 |
)
|
19 |
|
20 |
-
interface.launch()
|
|
|
14 |
title=title,
|
15 |
description=description,
|
16 |
examples=examples,
|
17 |
+
theme="huggingface"
|
18 |
)
|
19 |
|
20 |
+
interface.launch(enable_queue=True)
|