acecalisto3 commited on
Commit
f8e8c23
·
verified ·
1 Parent(s): 1420919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -471,4 +471,5 @@ def create_interface():
471
  return demo
472
 
473
  if __name__ == "__main__":
474
- demo.launch(server_name="0.0.0.0", server_port=8080)
 
 
471
  return demo
472
 
473
  if __name__ == "__main__":
474
+ demo = create_interface() # Call the function to create the interface
475
+ demo.launch() # Launch the Gradio app