Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,6 +20,6 @@ demo = gr.Interface(
|
|
| 20 |
inputs="text",
|
| 21 |
outputs="text",
|
| 22 |
examples=examples,
|
| 23 |
-
flagging_callback=
|
| 24 |
)
|
| 25 |
demo.launch()
|
|
|
|
| 20 |
inputs="text",
|
| 21 |
outputs="text",
|
| 22 |
examples=examples,
|
| 23 |
+
flagging_callback=hf_writer
|
| 24 |
)
|
| 25 |
demo.launch()
|