Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,6 @@ footer {
|
|
187 |
'''
|
188 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
189 |
gr.Markdown(DESCRIPTION)
|
190 |
-
)
|
191 |
with gr.Group():
|
192 |
with gr.Row():
|
193 |
prompt = gr.Text(
|
|
|
187 |
'''
|
188 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
189 |
gr.Markdown(DESCRIPTION)
|
|
|
190 |
with gr.Group():
|
191 |
with gr.Row():
|
192 |
prompt = gr.Text(
|