DetGC commited on
Commit
f8b08b7
·
verified ·
1 Parent(s): 994a920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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('Pr0n Diffusion'):
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)