Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
42 |
submit_btn.click(count_tokens, inputs=[llm_dropdown, input_text], outputs=output)
|
43 |
|
44 |
# Launch the app
|
45 |
-
demo.launch()
|
|
|
42 |
submit_btn.click(count_tokens, inputs=[llm_dropdown, input_text], outputs=output)
|
43 |
|
44 |
# Launch the app
|
45 |
+
demo.launch(share=True)
|