okeanos commited on
Commit
248e8fc
β€’
1 Parent(s): 3a15fa2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,13 +76,13 @@ with gr.Blocks(css=css) as myface:
76
  </div>""")
77
  with gr.Row():
78
  with gr.Column(scale=100):
79
- magic1=gr.Textbox(lines=4)
80
  gr.HTML("""<style> .gr-button {
81
  color: white !important;
82
  border-color: #000000 !important;
83
  background: #006699 !important;
84
  }</style>""")
85
- run=gr.Button("Generate Image")
86
  with gr.Row():
87
  with gr.Column(scale=100):
88
  #Model selection dropdown
 
76
  </div>""")
77
  with gr.Row():
78
  with gr.Column(scale=100):
79
+ magic1 = gr.Textbox(lines=4)
80
  gr.HTML("""<style> .gr-button {
81
  color: white !important;
82
  border-color: #000000 !important;
83
  background: #006699 !important;
84
  }</style>""")
85
+ run = gr.Button("Generate Image")
86
  with gr.Row():
87
  with gr.Column(scale=100):
88
  #Model selection dropdown