justin-zk commited on
Commit
9e64572
1 Parent(s): f6cea02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -499,6 +499,7 @@ main = gr.Interface(
499
  ]
500
  )
501
 
 
502
  main_scribble = gr.Interface(
503
  fn=inference_scribble,
504
  inputs=[
@@ -519,6 +520,7 @@ main_scribble = gr.Interface(
519
  ["./examples/duck_toy_00.jpg", "./examples/duck_toy_01.jpg", "./examples/duck_toy_02.jpg"],
520
  ]
521
  )
 
522
 
523
  main_finetune = gr.Interface(
524
  fn=inference_finetune,
 
499
  ]
500
  )
501
 
502
+ """
503
  main_scribble = gr.Interface(
504
  fn=inference_scribble,
505
  inputs=[
 
520
  ["./examples/duck_toy_00.jpg", "./examples/duck_toy_01.jpg", "./examples/duck_toy_02.jpg"],
521
  ]
522
  )
523
+ """
524
 
525
  main_finetune = gr.Interface(
526
  fn=inference_finetune,