Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rodrigomasini
/
rephrase
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
229fec7
rephrase
/
app.py
rodrigomasini
Create app.py
229fec7
over 1 year ago
raw
Copy download link
history
blame
108 Bytes
import
gradio
as
gr
demo = gr.load(
"FPHam/Jackson_The_Formalizer_V2_13b_GPTQ"
, src=
"models"
)
demo.launch()