dgnk007 commited on
Commit
fb7f374
·
1 Parent(s): 5f36670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ demo = gr.Interface(
20
  inputs="text",
21
  outputs="text",
22
  examples=examples,
23
- flagging_callback=gr.
24
  )
25
  demo.launch()
 
20
  inputs="text",
21
  outputs="text",
22
  examples=examples,
23
+ flagging_callback=hf_writer
24
  )
25
  demo.launch()