Spaces:
Sleeping
Sleeping
weiwei1392
commited on
Commit
·
12a8e81
1
Parent(s):
23be4a8
modify share
Browse files- .idea/misc.xml +3 -0
- app.py +3 -1
.idea/misc.xml
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (ElementaryAdaptiveLearning)" project-jdk-type="Python SDK" />
|
|
|
|
|
|
|
4 |
</project>
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (ElementaryAdaptiveLearning)" project-jdk-type="Python SDK" />
|
4 |
+
<component name="PyCharmProfessionalAdvertiser">
|
5 |
+
<option name="shown" value="true" />
|
6 |
+
</component>
|
7 |
</project>
|
app.py
CHANGED
@@ -524,4 +524,6 @@ with gr.Blocks(css=block_css) as demo:
|
|
524 |
# outputs=[chatbot])
|
525 |
|
526 |
|
527 |
-
demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=True)
|
|
|
|
|
|
524 |
# outputs=[chatbot])
|
525 |
|
526 |
|
527 |
+
# demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=True)
|
528 |
+
|
529 |
+
demo.queue(concurrency_count=5).launch()
|