selfitcamera
commited on
Commit
•
4afa326
1
Parent(s):
8c56efb
setup
Browse files
app.py
CHANGED
@@ -70,8 +70,10 @@ def onLoad(request: gr.Request):
|
|
70 |
if i>4: continue
|
71 |
pose = inf['pose']
|
72 |
res = inf['res']
|
73 |
-
his_datas[i*2] = f"
|
74 |
-
his_datas[i*2+1] = f"
|
|
|
|
|
75 |
time.sleep(3)
|
76 |
except Exception as e:
|
77 |
print(e)
|
|
|
70 |
if i>4: continue
|
71 |
pose = inf['pose']
|
72 |
res = inf['res']
|
73 |
+
his_datas[i*2] = f"[pose]({pose})"
|
74 |
+
his_datas[i*2+1] = f"[res]({res})"
|
75 |
+
# his_datas[i*2] = f"![pose]({pose})"
|
76 |
+
# his_datas[i*2+1] = f"![res]({res})"
|
77 |
time.sleep(3)
|
78 |
except Exception as e:
|
79 |
print(e)
|