Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,7 @@ interface = gr.Interface(
|
|
74 |
]
|
75 |
)
|
76 |
|
77 |
-
# Launch the Gradio application
|
78 |
-
|
|
|
|
|
|
74 |
]
|
75 |
)
|
76 |
|
77 |
+
# Launch the Gradio application within the main guard
|
78 |
+
if __name__ == "__main__":
|
79 |
+
interface.launch()
|
80 |
+
|