Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ with gr.Blocks(title='BotNews') as page:
|
|
63 |
button2.click(call_invoke_llm, inputs=[output1, input5], outputs=[output2])
|
64 |
|
65 |
# Launch the interface
|
66 |
-
page.launch(share=True
|
|
|
63 |
button2.click(call_invoke_llm, inputs=[output1, input5], outputs=[output2])
|
64 |
|
65 |
# Launch the interface
|
66 |
+
page.launch() #share=True
|