Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,11 +169,6 @@ def submit_sync_sv3d(image_upload, fps, loop_frames_count, gif_loop):
|
|
169 |
def run_gradio_app():
|
170 |
with gr.Blocks() as demo:
|
171 |
gr.Markdown("# Comfy Anything 🐈")
|
172 |
-
gr.Markdown("### Community ComfyUI workflows running on [fal.ai](https://fal.ai)")
|
173 |
-
gr.Markdown("#### Comfy Anything on [GitHub](https://github.com/martintomov/comfy-anything)")
|
174 |
-
gr.Markdown("#### Support the project:")
|
175 |
-
gr.Markdown("🧡 Bitcoin address - bc1qs3q0rjpr9fvn9knjy5aktfr8w5duvvjpezkgt9")
|
176 |
-
gr.Markdown("🚀 Want to run your own workflow? Import it into [fal.ai](https://fal.ai)'s ComfyUI and get a Python API endpoint.")
|
177 |
|
178 |
with gr.Row():
|
179 |
with gr.Column(scale=1):
|
|
|
169 |
def run_gradio_app():
|
170 |
with gr.Blocks() as demo:
|
171 |
gr.Markdown("# Comfy Anything 🐈")
|
|
|
|
|
|
|
|
|
|
|
172 |
|
173 |
with gr.Row():
|
174 |
with gr.Column(scale=1):
|