HipFil98 commited on
Commit
19d1372
·
verified ·
1 Parent(s): 58c4751

Update ui/gradio_interface.py

Browse files
Files changed (1) hide show
  1. ui/gradio_interface.py +1 -0
ui/gradio_interface.py CHANGED
@@ -36,6 +36,7 @@ class GradioInterface:
36
  theme=gr.themes.Soft(),
37
  type="messages",
38
  textbox=gr.Textbox(placeholder=TEXTBOX_PLACEHOLDER),
 
39
  )
40
 
41
  return self.demo
 
36
  theme=gr.themes.Soft(),
37
  type="messages",
38
  textbox=gr.Textbox(placeholder=TEXTBOX_PLACEHOLDER),
39
+ cache_examples=False, # Disable example caching to avoid format issues
40
  )
41
 
42
  return self.demo