runaksh commited on
Commit
1fc3bc5
·
1 Parent(s): 367a9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,5 +75,5 @@ def combined_interface(input1, input2):
75
 
76
  parent_interface = gradio.Interface(fn=combined_interface, inputs=["text","text"], outputs=["model1_output", "model2_output"])
77
 
78
- parent_interface
79
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
 
75
 
76
  parent_interface = gradio.Interface(fn=combined_interface, inputs=["text","text"], outputs=["model1_output", "model2_output"])
77
 
78
+ parent_interface.launch(debug = True)
79
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface