Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,7 @@ def text_to_url(text):
|
|
18 |
demo = gr.Blocks(theme=gr.themes.Soft())
|
19 |
|
20 |
with demo:
|
21 |
-
|
22 |
-
'#Classify URL Adresses with the Bert Model'
|
23 |
-
|
24 |
-
)
|
25 |
text = gr.Textbox()
|
26 |
label = gr.Label()
|
27 |
|
|
|
18 |
demo = gr.Blocks(theme=gr.themes.Soft())
|
19 |
|
20 |
with demo:
|
21 |
+
|
|
|
|
|
|
|
22 |
text = gr.Textbox()
|
23 |
label = gr.Label()
|
24 |
|