singularitys0 commited on
Commit
3160cce
·
1 Parent(s): a7d0cb8

fix gradio

Browse files
utils/__pycache__/interface.cpython-310.pyc CHANGED
Binary files a/utils/__pycache__/interface.cpython-310.pyc and b/utils/__pycache__/interface.cpython-310.pyc differ
 
utils/interface.py CHANGED
@@ -327,7 +327,7 @@ class MIMOInterface:
327
  def create_interface(self):
328
  theme = gr.themes.Soft()
329
 
330
- with gr.Blocks(theme=theme) as demo:
331
  gr.HTML(
332
  """
333
  <div class="main-header">
 
327
  def create_interface(self):
328
  theme = gr.themes.Soft()
329
 
330
+ with gr.Blocks(theme=theme, allowed_paths=['./assets']) as demo:
331
  gr.HTML(
332
  """
333
  <div class="main-header">