Sebastiankay commited on
Commit
1fa8c7a
1 Parent(s): f7f096d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,4 +307,4 @@ with gr.Blocks(theme=theme, head=custom_head, css=custom_css, js=custom_js, titl
307
  random_prompt_button.click(fn=groq_enhance_process, inputs=None, outputs=[text_prompt], show_api=False)
308
 
309
  # MARK: Gradio LAUNCH
310
- demo.launch(show_api=False)
 
307
  random_prompt_button.click(fn=groq_enhance_process, inputs=None, outputs=[text_prompt], show_api=False)
308
 
309
  # MARK: Gradio LAUNCH
310
+ demo.launch(show_api=True)