Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PirateXX
/
Sentencewise-Perplexity
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PirateXX
commited on
Apr 7, 2023
Commit
ca045dd
·
1 Parent(s):
b75316c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.Interface(
60
outputs=gr.outputs.JSON(),
61
interpretation="default",
62
63
-
demo.launch(show_api=False
60
outputs=gr.outputs.JSON(),
61
interpretation="default",
62
63
+
demo.launch(show_api=False
)