hshetty commited on
Commit
c2b8f66
·
1 Parent(s): 1963420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ gr.Interface(
42
  allow_flagging="manual",
43
  flagging_options = ['Incorrect movie poster','Incorrect Actor','Other Problem'],
44
  flagging_callback=hf_writer,
45
- flagging_dir='/flagged_data'
46
  ).launch()
 
42
  allow_flagging="manual",
43
  flagging_options = ['Incorrect movie poster','Incorrect Actor','Other Problem'],
44
  flagging_callback=hf_writer,
45
+ flagging_dir='flagged_data'
46
  ).launch()