Spaces:
Runtime error
Runtime error
Update app.py (#5)
Browse files- Update app.py (01e92b8c8418a4e7130f55cd09e936e988b93611)
Co-authored-by: John Smith <John6666@users.noreply.huggingface.co>
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 |
)
|