elftsdmr commited on
Commit
0daa00d
1 Parent(s): e1c1beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,10 +23,10 @@ with demo:
23
  label = gr.Label()
24
 
25
 
26
- b2 = gr.Button("Classify URL")
27
 
28
 
29
- b2.click(text_to_url, inputs=text, outputs=label)
30
 
31
  if __name__ == "__main__":
32
  demo.launch()
 
23
  label = gr.Label()
24
 
25
 
26
+ b1 = gr.Button("Classify URL")
27
 
28
 
29
+ b1.click(text_to_url, inputs=text, outputs=label)
30
 
31
  if __name__ == "__main__":
32
  demo.launch()