CannaTech commited on
Commit
9092da0
·
1 Parent(s): 87f2ff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -134,7 +134,6 @@ iface = gr.Interface(
134
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
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_options=["Incorrect Information"],
138
  flagging_callback=hf_writer
139
 
140
  )
 
134
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
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
  )