runaksh commited on
Commit
427379e
·
1 Parent(s): 61d5c4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -44,15 +44,6 @@ iface_1 = gradio.Interface(fn = predict_sentiment,
44
  title = title_1,
45
  description = description_1)
46
 
47
-
48
- iface = gradio.Interface(
49
- [
50
- iface_1
51
- ],
52
- title="Multiple Models Interface",
53
- description="This interface showcases multiple models"
54
- )
55
-
56
- iface.launch(debug = True)
57
 
58
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
 
44
  title = title_1,
45
  description = description_1)
46
 
47
+ iface_1.launch(debug = True)
 
 
 
 
 
 
 
 
 
48
 
49
  #iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface