DamarJati commited on
Commit
f01c980
·
verified ·
1 Parent(s): 9c450ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Settings
203
- with gr.Tab("Settings"):
204
  with gr.Row():
205
- gr.Markdown("Settings")
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()