prithivMLmods commited on
Commit
b2f1487
1 Parent(s): 2277d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ interface = gr.Interface(
12
  fn=generate_art,
13
  inputs="text",
14
  outputs="image",
15
- theme="dreamdrop-art/New_Theme" # Set the theme here
16
  )
17
 
18
  # Launch the interface
 
12
  fn=generate_art,
13
  inputs="text",
14
  outputs="image",
15
+ theme="xiaobaiyuan/theme_brief" # Set the theme here
16
  )
17
 
18
  # Launch the interface