Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MatteoFasulo
/
Whisper-TikTok-Demo
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MatteoFasulo
commited on
Jul 23, 2024
Commit
93fb216
·
1 Parent(s):
0191eab
Added msg py script
Browse files
Files changed (1)
hide
show
msg.py
+5
-0
msg.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
STATUS = "[bold cyan]Creating video... | "
2
+
OK = "| [green]OK[/green] | "
3
+
WARNING = "| [yellow][WARNING][/yellow] | "
4
+
DONE = "[bold][red]Done![/red][/bold] "
5
+
ERROR = "| [bold red]ERROR[/bold red] | "