Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,10 +199,10 @@ with gr.Blocks(css="style.css") as app:
|
|
| 199 |
|
| 200 |
run_button.click(fn=gradio_process_image, inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale, controlnet_strength, scheduler_name], outputs=output_slider)
|
| 201 |
|
| 202 |
-
# Tab untuk
|
| 203 |
-
with gr.Tab("
|
| 204 |
with gr.Row():
|
| 205 |
-
gr.Markdown("
|
| 206 |
|
| 207 |
# Jalankan antarmuka
|
| 208 |
app.launch()
|
|
|
|
| 199 |
|
| 200 |
run_button.click(fn=gradio_process_image, inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale, controlnet_strength, scheduler_name], outputs=output_slider)
|
| 201 |
|
| 202 |
+
# Tab untuk About
|
| 203 |
+
with gr.Tab("About"):
|
| 204 |
with gr.Row():
|
| 205 |
+
gr.Markdown("""# About""")
|
| 206 |
|
| 207 |
# Jalankan antarmuka
|
| 208 |
app.launch()
|