Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,5 +18,5 @@ demo = gr.Interface(
|
|
| 18 |
description="This system detects signboards using a trained YOLOv8 model."
|
| 19 |
)
|
| 20 |
|
| 21 |
-
if
|
| 22 |
demo.launch()
|
|
|
|
| 18 |
description="This system detects signboards using a trained YOLOv8 model."
|
| 19 |
)
|
| 20 |
|
| 21 |
+
if __name__== "__main__":
|
| 22 |
demo.launch()
|