fffiloni commited on
Commit
91af711
β€’
1 Parent(s): 34a6612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ def predict(frame1, frame2, times_to_interpolate):
72
  return "out.mp4"
73
 
74
 
75
- gr.Interface(predict,[sketch1,sketch2,gr.inputs.Slider(minimum=2,maximum=4,step=1)],"playable_video".launch(enable_queue=True)
 
72
  return "out.mp4"
73
 
74
 
75
+ gr.Interface(predict,[sketch1,sketch2,gr.inputs.Slider(minimum=2,maximum=4,step=1)],"playable_video").launch(enable_queue=True)