Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,17 +64,11 @@ examples = [["living room with TV", "fan", "image_01.jpg"],
|
|
64 |
]
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
-
gr.Markdown(
|
68 |
-
"""
|
69 |
-
* [Dataset](https://huggingface.co/datasets/tsungtao/diffusers-testing)
|
70 |
-
* [Diffusers model](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
71 |
-
* [Training Report](https://wandb.ai/tsungtao0311/controlnet-mlsd-202305011046/runs/ezfn6bkz?workspace=user-tsungtao0311)
|
72 |
-
""")
|
73 |
gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples, theme='gradio/soft')
|
74 |
|
75 |
gr.Markdown(
|
76 |
"""
|
77 |
-
*
|
78 |
* [Dataset](https://huggingface.co/datasets/tsungtao/diffusers-testing)
|
79 |
* [Diffusers model](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
80 |
* [Training Report](https://wandb.ai/tsungtao0311/controlnet-mlsd-202305011046/runs/ezfn6bkz?workspace=user-tsungtao0311)
|
|
|
64 |
]
|
65 |
|
66 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples, theme='gradio/soft')
|
68 |
|
69 |
gr.Markdown(
|
70 |
"""
|
71 |
+
* * *
|
72 |
* [Dataset](https://huggingface.co/datasets/tsungtao/diffusers-testing)
|
73 |
* [Diffusers model](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
74 |
* [Training Report](https://wandb.ai/tsungtao0311/controlnet-mlsd-202305011046/runs/ezfn6bkz?workspace=user-tsungtao0311)
|