Ruurd commited on
Commit
3f7f1a0
·
1 Parent(s): 92e70ff
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -170,4 +170,5 @@ demo = gr.Interface(
170
  description="This interface runs a diffusion-based language model to generate answers progressively."
171
  )
172
 
173
- demo.launch(share=True)
 
 
170
  description="This interface runs a diffusion-based language model to generate answers progressively."
171
  )
172
 
173
+ demo.launch(share=True, allowed_paths=["."], ssr_mode=False)
174
+