elftsdmr commited on
Commit
39f22a6
·
1 Parent(s): ca4f7f1

Update app.py

Browse files

![icon128.png](https://s3.amazonaws.com/moonup/production/uploads/644534d4a56444c355d852ee/2UUx9aRlAybSF1-earmUR.png)
CLASSIFYING URL ADRESSES WITH THE BERT MODEL

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with demo:
24
 
25
 
26
  b2 = gr.Button("Classify URL")
27
-
28
 
29
  b2.click(text_to_url, inputs=text, outputs=label)
30
 
 
24
 
25
 
26
  b2 = gr.Button("Classify URL")
27
+
28
 
29
  b2.click(text_to_url, inputs=text, outputs=label)
30