Spaces:
Sleeping
Sleeping
Commit
·
b2e3fcf
1
Parent(s):
14fb0e4
change file
Browse files
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)
|