Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -371,7 +371,6 @@ with gr.Blocks(title="小说GPT", css="footer {visibility: hidden}", theme="defa
|
|
| 371 |
inputs=[model_opt_radio],
|
| 372 |
outputs=[novel_type])
|
| 373 |
|
| 374 |
-
demo.queue(concurrency_count=1)
|
| 375 |
|
| 376 |
if __name__ == "__main__":
|
| 377 |
-
demo.launch(show_error=True, show_api=False)
|
|
|
|
| 371 |
inputs=[model_opt_radio],
|
| 372 |
outputs=[novel_type])
|
| 373 |
|
|
|
|
| 374 |
|
| 375 |
if __name__ == "__main__":
|
| 376 |
+
demo.queue().launch(show_error=True, show_api=False)
|