Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ gr.Interface(
15
  title="GPT-3.5 Token Counter",
16
  description="Enter text and see the token usage.",
17
  article="To use the GPT-3.5/GPT-4 token counter, simply enter your text in the input box above.",
18
- ).launch()
 
15
  title="GPT-3.5 Token Counter",
16
  description="Enter text and see the token usage.",
17
  article="To use the GPT-3.5/GPT-4 token counter, simply enter your text in the input box above.",
18
+ ).launch(share=True)