Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -127,6 +127,7 @@ iface = gr.Interface(
|
|
127 |
thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
|
128 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
129 |
allow_flagging="manual", # Enable flagging with manual control
|
|
|
130 |
flagging_callback=hf_writer
|
131 |
)
|
132 |
|
|
|
127 |
thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
|
128 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
129 |
allow_flagging="manual", # Enable flagging with manual control
|
130 |
+
flagging_options:["Incorrect"],
|
131 |
flagging_callback=hf_writer
|
132 |
)
|
133 |
|