huathedev commited on
Commit
552e733
·
verified ·
1 Parent(s): 4106448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ class HaikuGenerator:
40
  return image
41
 
42
  def gradio_interface(self):
43
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty', css="style.css") as demo:
44
  gr.HTML("""
45
  <center><h1 style="color:#02C160">HaiKool - Haiku Poem and Image Generator</h1></center>""")
46
  gr.HTML("""
 
40
  return image
41
 
42
  def gradio_interface(self):
43
+ with gr.Blocks(theme='earneleh/paris', css="style.css") as demo:
44
  gr.HTML("""
45
  <center><h1 style="color:#02C160">HaiKool - Haiku Poem and Image Generator</h1></center>""")
46
  gr.HTML("""