Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Eyob-Sol
/
futurecafe-voice-core
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ba120a
futurecafe-voice-core
/
app.py
Eyob-Sol
Upload app.py
1da78a7
verified
3 months ago
raw
Copy download link
history
blame
189 Bytes
from
app.gradio_app
import
build_demo
def
main
():
demo = build_demo()
demo.launch(server_name=
"127.0.0.1"
, server_port=
7860
, inbrowser=
False
)
if
__name__ ==
"__main__"
:
main()