Spaces:
Runtime error
Runtime error
定义demo变量
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ def generate_image(
|
|
318 |
# css = """
|
319 |
# .gradio-container {width: 85% !important}
|
320 |
# """
|
321 |
-
|
322 |
# # description
|
323 |
# gr.Markdown(title)
|
324 |
# gr.Markdown(description)
|
|
|
318 |
# css = """
|
319 |
# .gradio-container {width: 85% !important}
|
320 |
# """
|
321 |
+
with gr.Blocks(css=css) as demo:
|
322 |
# # description
|
323 |
# gr.Markdown(title)
|
324 |
# gr.Markdown(description)
|