Spaces:
Runtime error
Runtime error
Commit ·
0145029
1
Parent(s): 609adf4
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,4 +232,4 @@ with gr.Blocks() as demo:
|
|
| 232 |
clear = gr.ClearButton([text_input, text_output])
|
| 233 |
text_button.click(test_Sql, inputs=text_input, outputs=text_output)
|
| 234 |
|
| 235 |
-
demo.launch(share=True, same_auth)
|
|
|
|
| 232 |
clear = gr.ClearButton([text_input, text_output])
|
| 233 |
text_button.click(test_Sql, inputs=text_input, outputs=text_output)
|
| 234 |
|
| 235 |
+
demo.launch(share=True, auth=same_auth)
|