leave-everything commited on
Commit
83adf4a
·
verified ·
1 Parent(s): af7d261

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -280,6 +280,7 @@ def gradio_generate(gemini_api_key: str, model: str, aspect_ratio: str, size: st
280
 
281
  if dataset_url:
282
  status += f"\n📁 Dataset保存: {folder_name or datetime.now().strftime('%Y_%m_%d')}"
 
283
  except Exception as dataset_error:
284
  status += f"\n⚠️ Dataset保存失敗: {str(dataset_error)}"
285
 
 
280
 
281
  if dataset_url:
282
  status += f"\n📁 Dataset保存: {folder_name or datetime.now().strftime('%Y_%m_%d')}"
283
+ status += f"\n🔗 URL: {dataset_url}"
284
  except Exception as dataset_error:
285
  status += f"\n⚠️ Dataset保存失敗: {str(dataset_error)}"
286