Spaces:
Build error
Build error
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 = 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, [
|