Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
c32c0e1
1
Parent(s):
558d4f5
add assests
Browse files- app-huggingface.py +3 -3
app-huggingface.py
CHANGED
|
@@ -319,9 +319,9 @@ def ui():
|
|
| 319 |
|
| 320 |
gr.Markdown('## Fast Try!')
|
| 321 |
with gr.Row():
|
| 322 |
-
default_1 = gr.Button('
|
| 323 |
-
default_2 = gr.Button('
|
| 324 |
-
default_3 = gr.Button('
|
| 325 |
default_4 = gr.Button('🧨', variant='primary')
|
| 326 |
|
| 327 |
style_dropdown = gr.Dropdown(label='Style', choices=list(
|
|
|
|
| 319 |
|
| 320 |
gr.Markdown('## Fast Try!')
|
| 321 |
with gr.Row():
|
| 322 |
+
default_1 = gr.Button('🧨', variant='primary')
|
| 323 |
+
default_2 = gr.Button('🧨', variant='primary')
|
| 324 |
+
default_3 = gr.Button('🧨', variant='primary')
|
| 325 |
default_4 = gr.Button('🧨', variant='primary')
|
| 326 |
|
| 327 |
style_dropdown = gr.Dropdown(label='Style', choices=list(
|