Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amal360
/
black-forest-labs-FLUX.1-devn
like
0
Runtime error
App
Files
Files
Community
f2cc704
black-forest-labs-FLUX.1-devn
/
shared.py
Amal360
Duplicate from posit/shiny-for-python-template
b28161d
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
pathlib
import
Path
import
pandas
as
pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir /
"tips.csv"
)