annadurai003 commited on
Commit
f6bb4f3
·
1 Parent(s): c0ff2f6

fix the error

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -68,8 +68,7 @@ demo = gr.Interface(fn=predict, # maps inputs to ouputs
68
  title=title,
69
  description=description,
70
  article=article,
71
- allowed_paths=['examples'],
72
  cache_examples=True)
73
 
74
  # Launch the demo!
75
- demo.launch(debug=False)
 
68
  title=title,
69
  description=description,
70
  article=article,
 
71
  cache_examples=True)
72
 
73
  # Launch the demo!
74
+ demo.launch(debug=False )