bhardwaj08sarthak commited on
Commit
0e11cd3
·
verified ·
1 Parent(s): 108450f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def predict(inp):
26
  examples=[["fiat500.jpg"],["VWUP.jpg"]]
27
  #app deploy
28
  interface = gr.Interface(fn=predict, inputs='image', outputs='label', title='App', description= 'upload the car image', examples=examples, cache_examples= False)
29
- interface.launch(server_port=7861)
 
26
  examples=[["fiat500.jpg"],["VWUP.jpg"]]
27
  #app deploy
28
  interface = gr.Interface(fn=predict, inputs='image', outputs='label', title='App', description= 'upload the car image', examples=examples, cache_examples= False)
29
+ interface.launch()