Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vilarin
/
Translation-Agent-WebUI
like
24
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vilarin
commited on
Jun 29, 2024
Commit
76b90a5
·
verified
·
1 Parent(s):
8f1dbfe
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-4
run.py
CHANGED
Viewed
@@ -1,4 +1 @@
1
-
from app.webui.app import
demo
2
-
3
-
if __name__ == "__main__":
4
-
demo.launch()
1
+
from app.webui.app import
*