jaekookang commited on
Commit
4b9bd3c
·
1 Parent(s): c5d33e1

update launch methd

Browse files
Files changed (1) hide show
  1. gradio_gradcam.py +1 -3
gradio_gradcam.py CHANGED
@@ -74,6 +74,4 @@ iface = gr.Interface(
74
  article='<p style="text-align:center">Based on <a href="https://keras.io/examples/vision/grad_cam/">the example</a> written by <a href="https://twitter.com/fchollet">fchollet</a></p>',
75
  )
76
 
77
-
78
- if __name__ == '__main__':
79
- iface.launch(debug=True, enable_queue=True,)
 
74
  article='<p style="text-align:center">Based on <a href="https://keras.io/examples/vision/grad_cam/">the example</a> written by <a href="https://twitter.com/fchollet">fchollet</a></p>',
75
  )
76
 
77
+ iface.launch(debug=True, enable_queue=True)