Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,13 +65,12 @@ with gr.Blocks() as demo:
|
|
| 65 |
gr.Markdown("Generated Explanation")
|
| 66 |
with gr.Row():
|
| 67 |
output = gr.Markdown("""
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
Output will generate here
|
| 75 |
""")
|
| 76 |
|
| 77 |
generate_button.click(generate_text, inputs=[prompt_input, max_length, temperature, category_input], outputs=output)
|
|
|
|
| 65 |
gr.Markdown("Generated Explanation")
|
| 66 |
with gr.Row():
|
| 67 |
output = gr.Markdown("""
|
| 68 |
+
.
|
| 69 |
+
.
|
| 70 |
+
.
|
| 71 |
+
.
|
| 72 |
+
.
|
| 73 |
+
.
|
|
|
|
| 74 |
""")
|
| 75 |
|
| 76 |
generate_button.click(generate_text, inputs=[prompt_input, max_length, temperature, category_input], outputs=output)
|