Spaces:
Runtime error
Runtime error
Update app.py
#1
by
ayameRushia
- opened
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)
|