Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gyaneshere
/
text-to-image
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gyaneshere
commited on
Feb 18
Commit
0481f07
·
verified
·
1 Parent(s):
36aea21
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from transformers import launch_gradio_demo
2
+
from tool import TextToImageTool
3
+
4
+
launch_gradio_demo(TextToImageTool)