principle commited on
Commit
266b4cd
·
1 Parent(s): 00eec54
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ iface = gr.Interface(
25
  title="Bear Classifier",
26
  description="Upload an image to classify the type of bear: grizzly, black, or teddy."
27
  )
28
-
29
  # Launch the app
30
  iface.launch()
 
25
  title="Bear Classifier",
26
  description="Upload an image to classify the type of bear: grizzly, black, or teddy."
27
  )
28
+ # !
29
  # Launch the app
30
  iface.launch()