quarterbitgames commited on
Commit
19f0631
·
verified ·
1 Parent(s): 47f66b5

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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()