Update app.py
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ def create_interface():
|
|
128 |
if __name__ == "__main__":
|
129 |
# Run the Gradio app
|
130 |
app = create_interface()
|
131 |
-
app.launch()
|
|
|
128 |
if __name__ == "__main__":
|
129 |
# Run the Gradio app
|
130 |
app = create_interface()
|
131 |
+
app.launch()
|