Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5e910c4
1
Parent(s):
b5cb59a
Enable sharing in demo.launch() for improved accessibility
Browse files
app.py
CHANGED
@@ -248,4 +248,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
248 |
clear.click(lambda: None, None, chatbot, queue=False)
|
249 |
|
250 |
if __name__ == "__main__":
|
251 |
-
demo.launch(
|
|
|
248 |
clear.click(lambda: None, None, chatbot, queue=False)
|
249 |
|
250 |
if __name__ == "__main__":
|
251 |
+
demo.launch(share=True)
|