Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,10 +122,11 @@ CSS="""
|
|
122 |
"""
|
123 |
|
124 |
|
125 |
-
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
|
|
|
126 |
gr.HTML(
|
127 |
)
|
128 |
-
with gr.Tab('
|
129 |
with gr.Column(scale=2):
|
130 |
with gr.Group():
|
131 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
|
|
122 |
"""
|
123 |
|
124 |
|
125 |
+
# with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
|
126 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS) as demo:
|
127 |
gr.HTML(
|
128 |
)
|
129 |
+
with gr.Tab('6 Models'):
|
130 |
with gr.Column(scale=2):
|
131 |
with gr.Group():
|
132 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|