Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ class HaikuGenerator:
|
|
| 40 |
return image
|
| 41 |
|
| 42 |
def gradio_interface(self):
|
| 43 |
-
with gr.Blocks(theme='
|
| 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("""
|