crypto-code commited on
Commit
5346203
β€’
1 Parent(s): 0ad9535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks() as demo:
313
 
314
  history = gr.State([])
315
  modality_cache = gr.State([])
316
- uid = uuid.uuid4()
317
 
318
  submitBtn.click(
319
  predict, [
 
313
 
314
  history = gr.State([])
315
  modality_cache = gr.State([])
316
+ uid = gr.State(uuid.uuid4())
317
 
318
  submitBtn.click(
319
  predict, [