Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ class Session():
|
|
| 268 |
self.seshid = str(time.time())
|
| 269 |
|
| 270 |
|
| 271 |
-
|
| 272 |
|
| 273 |
def submitPhoto(img):
|
| 274 |
sesh.current_img_signature = str(img.sum())
|
|
@@ -2367,9 +2367,8 @@ fnf: https://www.youtube.com/watch?v=xR_G4UOvHaI
|
|
| 2367 |
|
| 2368 |
#, delete_cache=300
|
| 2369 |
with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
|
| 2370 |
-
sesh = Session()
|
| 2371 |
#ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
|
| 2372 |
-
ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. "+str(
|
| 2373 |
replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False)
|
| 2374 |
with gr.Row(visible=False) as store_summary:
|
| 2375 |
merchant_top = gr.Label(label='Merchant')
|
|
|
|
| 268 |
self.seshid = str(time.time())
|
| 269 |
|
| 270 |
|
| 271 |
+
sesh = Session()
|
| 272 |
|
| 273 |
def submitPhoto(img):
|
| 274 |
sesh.current_img_signature = str(img.sum())
|
|
|
|
| 2367 |
|
| 2368 |
#, delete_cache=300
|
| 2369 |
with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
|
|
|
|
| 2370 |
#ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
|
| 2371 |
+
ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. "+str(time.time()), show_label=False)
|
| 2372 |
replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False)
|
| 2373 |
with gr.Row(visible=False) as store_summary:
|
| 2374 |
merchant_top = gr.Label(label='Merchant')
|