Daniel-Sousa commited on
Commit
affb3f9
1 Parent(s): 09bf41a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -13,11 +13,6 @@ label = gr.Label()
13
 
14
  examples = ['sonic.jpg', 'eggman.jpg']
15
 
16
- title = "Sonic the Hedgehog and Doutor Eggman"
17
- description = "Classificador entre o Sonic e o Doutor Eggman"
18
- examples = ['sonic.jpg', 'eggman.jpg']
19
- enable_queue=True
20
-
21
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
 
23
  iface.launch(inline=False)
 
13
 
14
  examples = ['sonic.jpg', 'eggman.jpg']
15
 
 
 
 
 
 
16
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
17
 
18
  iface.launch(inline=False)