Spaces:
Runtime error
Runtime error
kaseketsu
commited on
Commit
·
3a06677
1
Parent(s):
2aefec2
gradio demo gpt3.5
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ with gr.Blocks() as demo:
|
|
26 |
button = gr.Button('send')
|
27 |
state = gr.State()
|
28 |
button.click(fn = chat,inputs = [input,state],outputs = [chatbot,state])
|
29 |
-
demo.launch(
|
|
|
26 |
button = gr.Button('send')
|
27 |
state = gr.State()
|
28 |
button.click(fn = chat,inputs = [input,state],outputs = [chatbot,state])
|
29 |
+
demo.launch(auth = ('admin','123456'))
|