caliex commited on
Commit
d4f9c54
·
1 Parent(s): 297aa6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ iface = gr.Interface(
72
  ["3", "7"],
73
  ["2", "4"],
74
  ],
 
75
  )
76
 
77
  iface.launch()
 
72
  ["3", "7"],
73
  ["2", "4"],
74
  ],
75
+ live=True,
76
  )
77
 
78
  iface.launch()