Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alpaca233
/
ChatGPT-PPT-Generate
like
7
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Alpaca233
commited on
Mar 20, 2023
Commit
f496d02
·
1 Parent(s):
46bf62f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -243,4 +243,4 @@ with gr.Blocks(title="ChatGPT PPT框架生成") as demo:
243
)
244
245
if __name__ == "__main__":
246
-
demo.launch()
243
)
244
245
if __name__ == "__main__":
246
+
demo.launch(
share=True
)