hbfreed commited on
Commit
c4a3414
1 Parent(s): c9a9e98

formatting changes

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -139,7 +139,9 @@ with gr.Blocks(title="Picklebot") as demo:
139
  """Picklebot is a 3D Convolutional Neural Network based on MobileNetV3 that classifies baseball pitches as balls or strikes.
140
  The network was trained on the [Picklebot-50K Dataset](https://huggingface.co/datasets/hbfreed/Picklebot-50K),
141
  comprised of over fifty thousand pitches to achieve ~80% accuracy.
 
142
  Here's the [GitHub](https://github.com/hbfreed/Picklebot) for the project.
 
143
  Here's my LinkedIn: [Henry Freed](https://www.linkedin.com/in/hbfreed/)""")
144
  if __name__ == "__main__":
145
  demo.launch()
 
139
  """Picklebot is a 3D Convolutional Neural Network based on MobileNetV3 that classifies baseball pitches as balls or strikes.
140
  The network was trained on the [Picklebot-50K Dataset](https://huggingface.co/datasets/hbfreed/Picklebot-50K),
141
  comprised of over fifty thousand pitches to achieve ~80% accuracy.
142
+
143
  Here's the [GitHub](https://github.com/hbfreed/Picklebot) for the project.
144
+
145
  Here's my LinkedIn: [Henry Freed](https://www.linkedin.com/in/hbfreed/)""")
146
  if __name__ == "__main__":
147
  demo.launch()