ryu-akm commited on
Commit
4763843
1 Parent(s): 10b89e9

update app.py

Browse files

removed debug = False from demo.launch due to some runtime error, lets see if fixed

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ demo = gr.Interface(fn = predict, #maps inputs to outputs
74
  )
75
 
76
  #Launch the demo:
77
- demo.launch(debug = False) # Don't need share = True in Hugging Face Spaces
 
74
  )
75
 
76
  #Launch the demo:
77
+ demo.launch() # Don't need share = True in Hugging Face Spaces