miittnnss commited on
Commit
0e57914
1 Parent(s): c4b3ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_image(prompt, selected_model, is_negative=False, steps=1, cfg_scale
60
  except requests.exceptions.RequestException as e:
61
  raise gr.Error("The service/model is unavailable. Please try again later, or select another model.")
62
 
63
- with gr.Blocks(theme="soft") as playground:
64
  gr.HTML(
65
  """
66
  <div style="text-align: center; margin: 0 auto;">
 
60
  except requests.exceptions.RequestException as e:
61
  raise gr.Error("The service/model is unavailable. Please try again later, or select another model.")
62
 
63
+ with gr.Blocks(theme="soft", title="Play with Stable Diffusion Models") as playground:
64
  gr.HTML(
65
  """
66
  <div style="text-align: center; margin: 0 auto;">