kingabzpro commited on
Commit
e275158
·
1 Parent(s): 905426b

Update app/app_savta.py

Browse files
Files changed (1) hide show
  1. app/app_savta.py +1 -1
app/app_savta.py CHANGED
@@ -79,7 +79,7 @@ def sepia(input_img):
79
 
80
 
81
  def main():
82
- iface = gr.Interface(sepia, gr.inputs.Image(shape=(640,480),type='numpy'), "image", title = title, flagging_options=["incorrect", "worst","ambiguous"], allow_flagging = "manual",flagging_callback=hf_writer, description = description, article = article, examples = examples, theme ="peach",thumbnail=thumbnail)
83
 
84
  iface.launch(enable_queue=True)
85
  # enable_queue=True,auth=("admin", "pass1234")
 
79
 
80
 
81
  def main():
82
+ iface = gr.Interface(sepia, gr.inputs.Image(shape=(640,480),type='numpy'), "image", title = title, flagging_options=["incorrect", "worst","ambiguous"], allow_flagging = "manual",flagging_callback=hf_writer, description = description, article = article, examples = examples, theme ="peach",thumbnail=thumbnail, allow_screenshot=True)
83
 
84
  iface.launch(enable_queue=True)
85
  # enable_queue=True,auth=("admin", "pass1234")