Kosuke-Yamada commited on
Commit
b2e3fcf
1 Parent(s): 14fb0e4

change file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,4 +132,4 @@ with gr.Blocks() as demo:
132
  inputs=[input_text, option],
133
  outputs=[output_image, output_score, output_hint_text],
134
  )
135
- demo.launch()
 
132
  inputs=[input_text, option],
133
  outputs=[output_image, output_score, output_hint_text],
134
  )
135
+ demo.launch(auth=auth)