Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- votes.json +1 -1
app.py
CHANGED
@@ -121,4 +121,4 @@ with gr.Blocks(css=css) as demo:
|
|
121 |
button2.click(vote_fn, inputs=[second_method], outputs=[image_1, image_2, first_method, second_method])
|
122 |
|
123 |
|
124 |
-
demo.launch(
|
|
|
121 |
button2.click(vote_fn, inputs=[second_method], outputs=[image_1, image_2, first_method, second_method])
|
122 |
|
123 |
|
124 |
+
demo.launch()
|
votes.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"baseline":
|
|
|
1 |
+
{"baseline": 0, "lora": 0}
|