Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|