ultimatumbee / app.py
freemt
Fix gr.HTML outputs
6663376
raw
history blame contribute delete
No virus
127 Bytes
"""Intend for hf spaces."""
import sys
from ubee import __main__
if __name__ == "__main__":
sys.exit(__main__.main())