barabum commited on
Commit
1f9d7aa
1 Parent(s): 67bcd69
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -25,7 +25,6 @@ with gr.Blocks() as b:
25
 
26
  output = gr.outputs.Label(label="Distance")
27
 
28
- btn.click(fn=calc_distance ,inputs=(text1, text2, openai_apikey), outputs=output)
29
 
30
-
31
- b.launch()
 
25
 
26
  output = gr.outputs.Label(label="Distance")
27
 
28
+ btn.click(fn=calc_distance, inputs=(text1, text2, openai_apikey), outputs=output)
29
 
30
+ b.launch()