Spaces:
Build error
Build error
aswin-raghavan commited on
Commit ·
b2c9f07
1
Parent(s): 7de49b3
bugfix typo
Browse files
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
|
|
|
|
| 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)
|