Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ iface = gr.Interface(
|
|
132 |
allow_flagging="manual", # Enable flagging with manual control
|
133 |
flagging_options=["Incorrect"],
|
134 |
flagging_callback=hf_writer
|
|
|
135 |
)
|
136 |
|
137 |
# Launch the interface with authentication
|
|
|
132 |
allow_flagging="manual", # Enable flagging with manual control
|
133 |
flagging_options=["Incorrect"],
|
134 |
flagging_callback=hf_writer
|
135 |
+
|
136 |
)
|
137 |
|
138 |
# Launch the interface with authentication
|