Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
softp04
/
mattshumer-Reflection-Llama-3.1-70B
like
1
Runtime error
App
Files
Files
Community
f0df25e
mattshumer-Reflection-Llama-3.1-70B
/
app.py
softp04
Update app.py
f0df25e
verified
3 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
gr.load(
"models/mattshumer/Reflection-Llama-3.1-70B"
).launch(share=
True
)