TroglodyteDerivations commited on
Commit
7109c38
·
verified ·
1 Parent(s): 35760d1

Updated line 45

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 preferecnce -> This instantiation from within OOP
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():