Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,6 @@ def run(prompt, max_len, temp):
|
|
54 |
if __name__ == "__main__":
|
55 |
demo = gr.Blocks()
|
56 |
with demo:
|
57 |
-
with gr.Row():
|
58 |
-
gr.Markdown(value=description)
|
59 |
with gr.Row():
|
60 |
with gr.Column():
|
61 |
text = gr.Textbox(
|
|
|
54 |
if __name__ == "__main__":
|
55 |
demo = gr.Blocks()
|
56 |
with demo:
|
|
|
|
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
text = gr.Textbox(
|