Spaces:
Sleeping
Sleeping
Add application file
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -45,7 +45,7 @@ def create_blog():
|
|
45 |
iface = gr.Interface(
|
46 |
fn=create_blog,
|
47 |
inputs=None,
|
48 |
-
outputs=gr.
|
49 |
title="自动博客生成器",
|
50 |
description="点击按钮生成博客文章,并提供下载链接!"
|
51 |
)
|
|
|
45 |
iface = gr.Interface(
|
46 |
fn=create_blog,
|
47 |
inputs=None,
|
48 |
+
outputs=gr.File(label="Download Blog Posts"),
|
49 |
title="自动博客生成器",
|
50 |
description="点击按钮生成博客文章,并提供下载链接!"
|
51 |
)
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
gnews
|
3 |
fastapi_poe
|
4 |
asyncio
|
|
|
1 |
+
gradio
|
2 |
gnews
|
3 |
fastapi_poe
|
4 |
asyncio
|