Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ipst
/
nlp-cirlce-demo
like
4
Sleeping
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
5e8436c
nlp-cirlce-demo
/
app.py
JOELDSL
feature/refactoring-to-config-yamls (
#1
)
79d67e0
over 1 year ago
raw
Copy download link
history
blame
Safe
182 Bytes
from
nlp_circle_demo.wrapped_gradio_objects
import
GradioTabWrapper
if
__name__ ==
"__main__"
:
demo = GradioTabWrapper.from_yaml(
"resources/tabs/app_tab.yml"
)
demo.launch()