FutureMa commited on
Commit
733afa2
·
1 Parent(s): 60f9c67

Add application file

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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.outputs.File(label="Download Blog Posts"),
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==3.1.4
2
  gnews
3
  fastapi_poe
4
  asyncio
 
1
+ gradio
2
  gnews
3
  fastapi_poe
4
  asyncio