runaksh commited on
Commit
5d6a670
·
1 Parent(s): e54af3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -63,4 +63,6 @@ iface_2 = gradio.Interface(fn=predict,
63
 
64
  iface_1.launch(debug = True)
65
 
 
 
66
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
 
63
 
64
  iface_1.launch(debug = True)
65
 
66
+ iface_2.launch(debug = True)
67
+
68
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface