bala1802 commited on
Commit
13227b3
1 Parent(s): a336c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,8 +32,7 @@ iface = gr.Interface(
32
  inputs=[
33
  gr.Textbox("prompt", label="Enter Prompt"),
34
  gr.Dropdown(["No Loss", "Blue Channel", "Saturation", 'Elastic Deformation'], label='Choose Augmentation'),
35
- gr.Button("Loss Function")
36
- ],
37
 
38
  outputs = gr.Image(type="pil")
39
  )
 
32
  inputs=[
33
  gr.Textbox("prompt", label="Enter Prompt"),
34
  gr.Dropdown(["No Loss", "Blue Channel", "Saturation", 'Elastic Deformation'], label='Choose Augmentation'),
35
+ gr.Button("Loss Function")],
 
36
 
37
  outputs = gr.Image(type="pil")
38
  )