ACCC1380 commited on
Commit
59c79c5
1 Parent(s): eaeebb7

Upload .lightning_studio/on_start.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. .lightning_studio/on_start.sh +13 -0
.lightning_studio/on_start.sh ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # This script runs every time your Studio starts, from your home directory.
4
+
5
+ # List files under fast_load that need to load quickly on start (e.g. model checkpoints).
6
+ #
7
+ # ! fast_load
8
+ # <your file here>
9
+
10
+ # Add your startup commands below.
11
+ #
12
+ # Example: streamlit run my_app.py
13
+ # Example: gradio my_app.py