runaksh commited on
Commit
cabc901
·
1 Parent(s): 9b3729e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ iface_2 = gradio.Interface(fn=predict,
61
  description=description_2
62
  )
63
 
64
- combined_interface = gr.Interface(
65
  [
66
  iface_1,
67
  iface_2
 
61
  description=description_2
62
  )
63
 
64
+ combined_interface = gradio.Interface(
65
  [
66
  iface_1,
67
  iface_2