Gertie01 John6666 commited on
Commit
d4b4a00
·
1 Parent(s): 8b9688d

Update app.py (#5)

Browse files

- Update app.py (01e92b8c8418a4e7130f55cd09e936e988b93611)


Co-authored-by: John Smith <John6666@users.noreply.huggingface.co>

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
  )