krypticmouse commited on
Commit
56c2bd0
1 Parent(s): 7110ce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ interface.launch(share=True)'''
52
 
53
  cat_image = "./example_1.jpg"
54
  dog_image = "./example_2.jpg"
55
- iface = gr.Interface(
56
  fn=predict,
57
  inputs = input,
58
  theme="grass",
@@ -60,4 +60,4 @@ iface = gr.Interface(
60
  title=title,
61
  description=article,
62
  )
63
- iface.launch()
 
52
 
53
  cat_image = "./example_1.jpg"
54
  dog_image = "./example_2.jpg"
55
+ interface = gr.Interface(
56
  fn=predict,
57
  inputs = input,
58
  theme="grass",
 
60
  title=title,
61
  description=article,
62
  )
63
+ interface.launch(share = True)