levjam commited on
Commit
ea32c02
·
1 Parent(s): 568a56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ intf = gr.Interface(fn=predict,
17
  inputs=gr.inputs.Image(shape=(512, 512)),
18
  outputs=gr.outputs.Label(num_top_classes=2))
19
 
20
- sssssssssssssssssssssssssssssssssssssssssssssssssssssssintf.launch(inline=False)
 
17
  inputs=gr.inputs.Image(shape=(512, 512)),
18
  outputs=gr.outputs.Label(num_top_classes=2))
19
 
20
+ intf.launch(inline=False)