Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks() as nlp_game:
|
|
68 |
|
69 |
submit.click(get_gpt_op, inputs=[message, gpt_code], outputs=[output])
|
70 |
nlp_game.queue(concurrency_count=20)
|
71 |
-
nlp_game.launch()
|
|
|
68 |
|
69 |
submit.click(get_gpt_op, inputs=[message, gpt_code], outputs=[output])
|
70 |
nlp_game.queue(concurrency_count=20)
|
71 |
+
nlp_game.launch(show_api=False)
|