Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ A returned black image means that the [Safety Checker](https://huggingface.co/Co
|
|
38 |
the huggingface logo or variations), but we need to keep it in for obvious reasons.
|
39 |
"""
|
40 |
|
|
|
41 |
|
42 |
with demo:
|
43 |
gr.Markdown(description)
|
|
|
38 |
the huggingface logo or variations), but we need to keep it in for obvious reasons.
|
39 |
"""
|
40 |
|
41 |
+
demo = gr.Blocks()
|
42 |
|
43 |
with demo:
|
44 |
gr.Markdown(description)
|