Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThirdEyeData
/
Customer-Complaints-Categorization
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
saritha5
commited on
Jan 25, 2023
Commit
a461ac6
·
1 Parent(s):
161ebae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,5 @@ demo = gr.Interface(classify_compliant,
80
81
]
82
)
83
-
demo.launch()
80
81
]
82
)
83
+
if __name__ == "__main__":
84
+
demo.launch()