Spaces:
Runtime error
Runtime error
crypto-code
commited on
Commit
β’
0ad9535
1
Parent(s):
8cb99fa
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks() as demo:
|
|
313 |
|
314 |
history = gr.State([])
|
315 |
modality_cache = gr.State([])
|
316 |
-
uid =
|
317 |
|
318 |
submitBtn.click(
|
319 |
predict, [
|
|
|
313 |
|
314 |
history = gr.State([])
|
315 |
modality_cache = gr.State([])
|
316 |
+
uid = uuid.uuid4()
|
317 |
|
318 |
submitBtn.click(
|
319 |
predict, [
|