Spaces:
Runtime error
Runtime error
Commit ·
c9b287c
1
Parent(s): 4c16cd7
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ interface = gr.Interface(
|
|
| 33 |
theme="grass",
|
| 34 |
outputs=output,
|
| 35 |
title=title,
|
| 36 |
-
description=description
|
| 37 |
-
|
| 38 |
)
|
| 39 |
interface.launch(debug=True)
|
|
|
|
| 33 |
theme="grass",
|
| 34 |
outputs=output,
|
| 35 |
title=title,
|
| 36 |
+
description=description,
|
| 37 |
+
flagging_callback=gr.SimpleCSVLogger()
|
| 38 |
)
|
| 39 |
interface.launch(debug=True)
|