Spaces:
Runtime error
Runtime error
Commit
·
cbc4091
1
Parent(s):
2d1a1f1
Update app.py
Browse files
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)
|