magungh commited on
Commit
2d1a1f1
1 Parent(s): fd89e3b

Update app.py

Browse files
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(share=True)
 
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()