Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,4 @@ with gr.Blocks() as demo:
|
|
130 |
)
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
-
|
134 |
-
# 将 share 设置为 True 以便在 Hugging Face Spaces 中分享
|
135 |
-
demo.launch(share=True)
|
|
|
130 |
)
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
+
demo.launch()
|
|
|
|