Update app.py
Browse files
app.py
CHANGED
@@ -66,12 +66,7 @@ direction1 = "gain motivation from unexpected kindness of people in society arou
|
|
66 |
|
67 |
with gr.Blocks(title="StoryGPT", css="#button{background-color:#4CAF50} #title{text-align: center} footer{visibility: hidden}") as interface:
|
68 |
|
69 |
-
|
70 |
-
"""
|
71 |
-
<img src="https://lean.social/wp-content/uploads/2023/02/logo_notext-1.svg"
|
72 |
-
alt="Markdown Monster icon"
|
73 |
-
style="margin-left:auto; margin-right:auto;margin-top:20px; max-width: 100px; padding-bottom:0px; margin-bottom:-50px" />,
|
74 |
-
""", elem_id="image")
|
75 |
|
76 |
gr.Markdown(
|
77 |
"""
|
@@ -137,4 +132,4 @@ with gr.Blocks(title="StoryGPT", css="#button{background-color:#4CAF50} #title{t
|
|
137 |
Generate_btn.click(storyGPT, inputs=inputs, outputs=outputs)
|
138 |
|
139 |
|
140 |
-
interface.launch(
|
|
|
66 |
|
67 |
with gr.Blocks(title="StoryGPT", css="#button{background-color:#4CAF50} #title{text-align: center} footer{visibility: hidden}") as interface:
|
68 |
|
69 |
+
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
gr.Markdown(
|
72 |
"""
|
|
|
132 |
Generate_btn.click(storyGPT, inputs=inputs, outputs=outputs)
|
133 |
|
134 |
|
135 |
+
interface.launch()
|