mckabue commited on
Commit
69eb453
·
verified ·
1 Parent(s): ebf104e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,3 +23,4 @@ gradio_app = gr.Interface(
23
 
24
  if __name__ == "__main__":
25
  gradio_app.launch() # Optional: Launch the Gradio app locally for testing
 
 
23
 
24
  if __name__ == "__main__":
25
  gradio_app.launch() # Optional: Launch the Gradio app locally for testing
26
+ app.run()