CannaTech commited on
Commit
bdf29b5
·
1 Parent(s): 033d808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -135,7 +135,6 @@ iface = gr.Interface(
135
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
136
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
137
  allow_flagging="manual", # Enable flagging with manual control
138
- flagging_options=[" "],
139
  flagging_callback=hf_writer
140
  )
141
 
 
135
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
136
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
137
  allow_flagging="manual", # Enable flagging with manual control
 
138
  flagging_callback=hf_writer
139
  )
140