harrypy commited on
Commit
2da7d6e
1 Parent(s): 875c421

Update space

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +0 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -15,6 +15,5 @@ gradio_app = gr.Interface(
15
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
16
  title="Hot Dog? Or Not?",
17
  )
18
-
19
  if __name__ == "__main__":
20
  gradio_app.launch()
 
15
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
16
  title="Hot Dog? Or Not?",
17
  )
 
18
  if __name__ == "__main__":
19
  gradio_app.launch()