9dubs commited on
Commit
2055d7a
1 Parent(s): c0531f2

hid the view API page

Browse files

I opened the space and was looking for an endpoint, saw the option below on how to use it as an api only to find nothing. seems you have either not documented the api page or are not planning to provide the endpoint. so i suppose it is better to not show the option for the time being.

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