ShiJiaoMing commited on
Commit ·
8510dd2
1
Parent(s): c890519
storyline schema
Browse files
app.py
CHANGED
|
@@ -71,5 +71,5 @@ description = "根据小说的提示词、写作风格和章节数量几分钟
|
|
| 71 |
|
| 72 |
|
| 73 |
iface = gr.Interface(fn=generate_output, inputs=inputs, outputs=outputs, title=title, description=description)
|
| 74 |
-
|
| 75 |
-
iface.launch(server_name="127.0.0.1", server_port=8000)
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
iface = gr.Interface(fn=generate_output, inputs=inputs, outputs=outputs, title=title, description=description)
|
| 74 |
+
iface.launch()
|
| 75 |
+
#iface.launch(server_name="127.0.0.1", server_port=8000)
|