Aaron Xavier commited on
Commit
07cbfeb
·
1 Parent(s): 250615b

Pass variables

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def pack(x1, y1, x2, y2, x3, y3, x4, y4):
22
  l2 = Line()
23
  l2.make_line(p3,p4)
24
 
25
- return result()
26
 
27
  demo = gr.Interface(
28
  fn=pack,
 
22
  l2 = Line()
23
  l2.make_line(p3,p4)
24
 
25
+ return result(l1,l2)
26
 
27
  demo = gr.Interface(
28
  fn=pack,