Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def text_to_url(text):
|
|
15 |
return url_classifier(text)[0]["label"]
|
16 |
|
17 |
|
18 |
-
demo = gr.Blocks(theme=gr.themes.
|
19 |
|
20 |
with demo:
|
21 |
|
|
|
15 |
return url_classifier(text)[0]["label"]
|
16 |
|
17 |
|
18 |
+
demo = gr.Blocks(theme=gr.themes.Soft())
|
19 |
|
20 |
with demo:
|
21 |
|