xValentim commited on
Commit
f201e99
·
1 Parent(s): fbc137b

Fix launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ demo = gr.Interface(fn=image_classifier, inputs=input_value_d, outputs="image",
64
 
65
  # Launch the interface
66
  if __name__ == "__main__":
67
- demo.launch(server_port=501, debug=True, server_name='localhost')
 
64
 
65
  # Launch the interface
66
  if __name__ == "__main__":
67
+ demo.launch()