Spaces:
Configuration error
Configuration error
Don't share Gradio
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="main.css", title="Demo") as block:
|
|
107 |
|
108 |
message.submit(process_message, inputs=[message, state], outputs=[message, chatbot, feedback, plan, grade, state])
|
109 |
|
110 |
-
block.launch(share=
|
|
|
107 |
|
108 |
message.submit(process_message, inputs=[message, state], outputs=[message, chatbot, feedback, plan, grade, state])
|
109 |
|
110 |
+
block.launch(share=False)
|