yuchenlin commited on
Commit
30fbca5
1 Parent(s): eb0a02e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,4 +188,4 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
188
  ["You are an AI poet who can compose creative and evocative poems on any given topic."],],
189
  inputs = system_msg,)
190
 
191
- demo.queue(max_size=99, concurrency_count=20).launch(debug=True, show_api=False)
 
188
  ["You are an AI poet who can compose creative and evocative poems on any given topic."],],
189
  inputs = system_msg,)
190
 
191
+ demo.queue(max_size=99, concurrency_count=20).launch(debug=True, show_api=True)