Upload generativeimagecreator.py
Browse files
generativeimagecreator.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
+
|
| 3 |
+
demo = gr.load("Tongyi-MAI/Z-Image-Turbo", src="models", title="📋 Generative Image Creator")
|
| 4 |
+
|
| 5 |
+
demo.launch(css = """footer {visibility: hidden;}""")
|
| 6 |
+
|