aswin-raghavan commited on
Commit
b2c9f07
·
1 Parent(s): 7de49b3

bugfix typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ with gr.Blocks(title="End-User Personalization") as demo:
60
  # description="Add a picture and a list of labels separated by commas",
61
  # title="CLIP feature extractor")
62
  demo.load(lambda: train_images.value[-1], inputs=[], outputs=image_display)
63
- demo.launch(show_error=True, debug=True, title)
 
60
  # description="Add a picture and a list of labels separated by commas",
61
  # title="CLIP feature extractor")
62
  demo.load(lambda: train_images.value[-1], inputs=[], outputs=image_display)
63
+ demo.launch(show_error=True, debug=True)