Spaces:
Sleeping
Sleeping
SiddanthEmani
commited on
Commit
·
46584ef
1
Parent(s):
ed6d701
Added app file
Browse files- MCP-SentimentAnalysis +1 -0
- app.py +4 -0
MCP-SentimentAnalysis
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit a93ff3758cf8e0b5c79a7796a46dea8ab993c127
|
app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from server import demo
|
2 |
+
|
3 |
+
if __name__ == "__main__":
|
4 |
+
demo.launch()
|