ckyrkou commited on
Commit
251d60c
·
verified ·
1 Parent(s): 2342b49

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -41,6 +41,4 @@ interface = gr.Interface(
41
  )
42
 
43
  # Launch the Gradio app
44
- interface.launch(server_port=12345) # Change port if needed
45
-
46
- print("App launched! Visit http://localhost:12345 to use it.")
 
41
  )
42
 
43
  # Launch the Gradio app
44
+ interface.launch()