Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- app.py +1 -1
- memory_tab.py +1 -1
app.py
CHANGED
|
@@ -553,4 +553,4 @@ with gr.Blocks(theme=gr.themes.Base(), title="🌀 Spiral City") as demo:
|
|
| 553 |
# No new dependencies — gradio + huggingface_hub + Pillow only.
|
| 554 |
# End of file.
|
| 555 |
|
| 556 |
-
demo.launch()
|
|
|
|
| 553 |
# No new dependencies — gradio + huggingface_hub + Pillow only.
|
| 554 |
# End of file.
|
| 555 |
|
| 556 |
+
demo.launch()
|
memory_tab.py
CHANGED
|
@@ -294,4 +294,4 @@ if __name__ == "__main__":
|
|
| 294 |
])
|
| 295 |
with gr.Blocks(theme=gr.themes.Base(), title="Memory Tab Test") as demo:
|
| 296 |
build_memory_tab(mock_history)
|
| 297 |
-
demo.launch()
|
|
|
|
| 294 |
])
|
| 295 |
with gr.Blocks(theme=gr.themes.Base(), title="Memory Tab Test") as demo:
|
| 296 |
build_memory_tab(mock_history)
|
| 297 |
+
demo.launch()
|