Spaces:
Sleeping
Sleeping
Updated line 45
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ class Inference_Nascent_Spawning_Deriving_From_YOLOv9:
|
|
42 |
# One can also declare outside of the OOP as a function, which in turn,
|
43 |
# calls the methods inside of the OOP leveraging the functionality
|
44 |
# fostering from each unique Object behavior / Method
|
45 |
-
# Personal
|
46 |
def launch_gradio_app(self):
|
47 |
with gr.Blocks() as gradio_app:
|
48 |
with gr.Row():
|
|
|
42 |
# One can also declare outside of the OOP as a function, which in turn,
|
43 |
# calls the methods inside of the OOP leveraging the functionality
|
44 |
# fostering from each unique Object behavior / Method
|
45 |
+
# Personal preference -> This instantiation from within OOP
|
46 |
def launch_gradio_app(self):
|
47 |
with gr.Blocks() as gradio_app:
|
48 |
with gr.Row():
|