Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -169,4 +169,6 @@ with gr.Blocks() as demo:
169
  block_shadow="*shadow_drop_lg",
170
  ),
171
  footer_links=[{"label": "Built with anycoder", "url": "https://huggingface.co/spaces/akhaliq/anycoder"}],
 
 
172
  )
 
169
  block_shadow="*shadow_drop_lg",
170
  ),
171
  footer_links=[{"label": "Built with anycoder", "url": "https://huggingface.co/spaces/akhaliq/anycoder"}],
172
+ share=True,
173
+ ssr_mode=False,
174
  )