Spaces:
Build error
Build error
Update app.py
Browse files
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()
|