CShorten commited on
Commit
b94b8d7
β€’
1 Parent(s): b7210ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ with gr.Blocks() as demo:
30
  with gr.Row():
31
  more_button = gr.Button("More like this! 😎")
32
  # add user id value later
33
- more_button.click(hf_data_upload(0, temp_id, 1))
34
  #button.click(flip_image, inputs=image_input, outputs=image_output)
35
  less_button = gr.Button("Less like this! πŸ˜•")
36
- less_button.click(hf_data_upload(0, temp_id, 0))
37
 
38
  demo.launch()
30
  with gr.Row():
31
  more_button = gr.Button("More like this! 😎")
32
  # add user id value later
33
+ #more_button.click(hf_data_upload(0, temp_id, 1))
34
  #button.click(flip_image, inputs=image_input, outputs=image_output)
35
  less_button = gr.Button("Less like this! πŸ˜•")
36
+ #less_button.click(hf_data_upload(0, temp_id, 0))
37
 
38
  demo.launch()