Spaces:
Runtime error
Runtime error
Update app.py
Browse filestry eliminating the example
app.py
CHANGED
|
@@ -74,7 +74,7 @@ control_image = "https://huggingface.co/spaces/kfahn/Animal_Pose_Control_Net/blo
|
|
| 74 |
|
| 75 |
gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
| 76 |
title = title, description = description, theme='gradio/soft',
|
| 77 |
-
examples=[["a Labrador crossing the road", "low quality", control_image]]
|
| 78 |
).launch()
|
| 79 |
|
| 80 |
gr.Markdown(
|
|
|
|
| 74 |
|
| 75 |
gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
| 76 |
title = title, description = description, theme='gradio/soft',
|
| 77 |
+
#examples=[["a Labrador crossing the road", "low quality", control_image]]
|
| 78 |
).launch()
|
| 79 |
|
| 80 |
gr.Markdown(
|