bestroi commited on
Commit
e41036f
·
1 Parent(s): adb5538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -65,6 +65,9 @@ def describe_image(image, filename, description, copyright):
65
  data_df.to_csv(csv_file_path, index=False)
66
  s3.upload_file(csv_file_path, s3_bucket_name, csv_file_path)
67
 
 
 
 
68
  return None
69
 
70
  def auth_fn(username, password):
 
65
  data_df.to_csv(csv_file_path, index=False)
66
  s3.upload_file(csv_file_path, s3_bucket_name, csv_file_path)
67
 
68
+ gr.Info('Data saved.')
69
+
70
+
71
  return None
72
 
73
  def auth_fn(username, password):