Spaces:
Runtime error
Runtime error
Commit
Β·
8375abb
1
Parent(s):
fac61f6
updates, images
Browse files- README.MD +8 -0
- app.py +1 -1
- image_init/1o.png +2 -2
- image_init/3o.png +2 -2
- image_init/5o.png +2 -2
- image_init/8o.png +2 -2
- image_init/9o.png +2 -2
README.MD
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# The Other Tiger
|
| 2 |
|
| 3 |
## tl;dr
|
|
|
|
| 1 |
+
license: mit
|
| 2 |
+
title: The Other Tiger
|
| 3 |
+
sdk: gradio
|
| 4 |
+
emoji: π
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: purple
|
| 7 |
+
pinned: true
|
| 8 |
+
|
| 9 |
# The Other Tiger
|
| 10 |
|
| 11 |
## tl;dr
|
app.py
CHANGED
|
@@ -210,7 +210,7 @@ def next_image(calibrate_prompts, user_id):
|
|
| 210 |
|
| 211 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
| 212 |
user_id = int(str(time.time())[-7:].replace('.', ''))
|
| 213 |
-
image, calibrate_prompts
|
| 214 |
return [
|
| 215 |
gr.Button(value='π', interactive=True),
|
| 216 |
gr.Button(value='Neither (Space)', interactive=True, visible=False),
|
|
|
|
| 210 |
|
| 211 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
| 212 |
user_id = int(str(time.time())[-7:].replace('.', ''))
|
| 213 |
+
image, calibrate_prompts = next_image(calibrate_prompts, user_id)
|
| 214 |
return [
|
| 215 |
gr.Button(value='π', interactive=True),
|
| 216 |
gr.Button(value='Neither (Space)', interactive=True, visible=False),
|
image_init/1o.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_init/3o.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_init/5o.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_init/8o.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_init/9o.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|