Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|