Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yangtb24
/
tg-bot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yangtb24
commited on
Jan 3
Commit
4e32fbb
·
verified
·
1 Parent(s):
affdb94
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -596,4 +596,4 @@ async def main():
596
597
598
if __name__ == "__main__":
599
-
main()
596
597
598
if __name__ == "__main__":
599
+
asyncio.run(
main()
)