Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DenCT
/
phi3-mini-finetuned
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7008aef
phi3-mini-finetuned
/
app.py
DenCT
Create app.py
3abf916
verified
7 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
with
gr.Column():
gr.TextArea()
if
__name__ ==
"__main__"
:
demo.launch()