Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,10 @@ examples = [["Twelve feared killed in an air ambulance helicopter crash"],
|
|
11 |
["Are you OK?"]]
|
12 |
|
13 |
interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
|
|
|
14 |
description=description,
|
15 |
examples=examples,
|
16 |
-
theme="
|
17 |
)
|
18 |
|
19 |
interface.launch()
|
|
|
11 |
["Are you OK?"]]
|
12 |
|
13 |
interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
|
14 |
+
title=title,
|
15 |
description=description,
|
16 |
examples=examples,
|
17 |
+
theme="seafoam"
|
18 |
)
|
19 |
|
20 |
interface.launch()
|