martenb commited on
Commit
23ab4ff
1 Parent(s): 4bae2b2

Updated app at lör 11 nov 2023 19:00:22 CET

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ for image in hopsworks_images:
44
  hopsworks_images[image]['local_path'] = dataset_api.download(f"{hopsworks_images_location}/{image}")
45
  print(f"Saved in: {hopsworks_images[image]['local_path']}")
46
 
47
- print("Configuring gradio")
48
  with gr.Blocks() as demo:
49
  with gr.Row():
50
  with gr.Column():
 
44
  hopsworks_images[image]['local_path'] = dataset_api.download(f"{hopsworks_images_location}/{image}")
45
  print(f"Saved in: {hopsworks_images[image]['local_path']}")
46
 
47
+ print("Configuring gradio...")
48
  with gr.Blocks() as demo:
49
  with gr.Row():
50
  with gr.Column():