Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|