Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arpit24052003
/
Arpit-paraphraser-app
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arpit24052003
commited on
Jun 29
Commit
9306222
·
verified
·
1 Parent(s):
0647644
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -66,3 +66,5 @@ demo = gr.Interface(
66
)
67
68
66
)
67
68
69
+
if __name__ == "__main__":
70
+
demo.launch()