acecalisto3 commited on
Commit
4e194df
·
verified ·
1 Parent(s): 93d881e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -419,4 +419,7 @@ def create_interface():
419
  """
420
  )
421
 
422
- return demo
 
 
 
 
419
  """
420
  )
421
 
422
+ return demo
423
+ if __name__ == "__main__":
424
+ demo = create_interface() # Call the function to create the interface
425
+ demo.launch() # Launch the Gradio app