IndianServers commited on
Commit
a506f07
·
verified ·
1 Parent(s): 0eb4827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ image_input = gr.Image(type="pil")
21
  label_output = gr.Label(num_top_classes=3)
22
 
23
  interface = gr.Interface(fn=predict, inputs=image_input, outputs=label_output)
24
- interface.launch(server_port=8080) # Specify a different port
 
21
  label_output = gr.Label(num_top_classes=3)
22
 
23
  interface = gr.Interface(fn=predict, inputs=image_input, outputs=label_output)
24
+ interface.launch()