Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
segestic
/
token-calculator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
segestic
commited on
Jan 29
Commit
13965e9
·
verified
·
1 Parent(s):
ce88bc0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ def create_ui():
60
61
# Launch the Gradio UI
62
ui = create_ui()
63
-
ui.launch()
60
61
# Launch the Gradio UI
62
ui = create_ui()
63
+
ui.launch(
show_error=True
)