dawn17 commited on
Commit
cd6f1c7
·
1 Parent(s): 66f137d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ method = Gradio(model_path="./checkpoint/model.pt")
130
  demo = gr.Interface(
131
  method.inference,
132
  [
133
- gr.Image(shape=(32, 32), label="Input Image", value="./samples/dog_cat.jpeg"),
134
  gr.Slider(
135
  minimum=0,
136
  maximum=1,
 
130
  demo = gr.Interface(
131
  method.inference,
132
  [
133
+ gr.Image(shape=(32, 32), label="Input Image", value="./samples/bird_and_plane_.jpeg"),
134
  gr.Slider(
135
  minimum=0,
136
  maximum=1,