Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,6 @@ iface = gr.Interface(
|
|
135 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
136 |
allow_flagging="manual", # Enable flagging with manual control
|
137 |
flagging_callback=hf_writer
|
138 |
-
|
139 |
)
|
140 |
|
141 |
# Launch the interface with authentication
|
|
|
135 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
136 |
allow_flagging="manual", # Enable flagging with manual control
|
137 |
flagging_callback=hf_writer
|
|
|
138 |
)
|
139 |
|
140 |
# Launch the interface with authentication
|