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

fix app.py to remove share = True

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -74,5 +74,4 @@ demo = gr.Interface(fn = predict, #maps inputs to outputs
74
  )
75
 
76
  #Launch the demo:
77
- demo.launch(debug = False, #print errors locally ?
78
- share = True) # generate a publically shareable URL
 
74
  )
75
 
76
  #Launch the demo:
77
+ demo.launch(debug = False) # Don't need share = True in Hugging Face Spaces