Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ examples = [
|
|
61 |
["An astronaut on mars in a futuristic cyborg suit"],
|
62 |
]
|
63 |
|
64 |
-
css =
|
65 |
.gradio-container {
|
66 |
max-width: 1400px !important;
|
67 |
margin: auto;
|
@@ -158,8 +158,8 @@ button.gr-button.gr-button-lg:hover {
|
|
158 |
transform: translateY(-1px);
|
159 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
160 |
}
|
161 |
-
|
162 |
-
|
163 |
|
164 |
# Gradio 인터페이스 생성
|
165 |
with gr.Blocks(
|
|
|
61 |
["An astronaut on mars in a futuristic cyborg suit"],
|
62 |
]
|
63 |
|
64 |
+
css = '''
|
65 |
.gradio-container {
|
66 |
max-width: 1400px !important;
|
67 |
margin: auto;
|
|
|
158 |
transform: translateY(-1px);
|
159 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
160 |
}
|
161 |
+
'''
|
162 |
+
'''
|
163 |
|
164 |
# Gradio 인터페이스 생성
|
165 |
with gr.Blocks(
|