Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Xfiles
/
humarin-chatgpt_paraphraser_on_T5_base
like
0
Sleeping
App
Files
Files
Community
Xfiles
commited on
Apr 8, 2023
Commit
86376f2
•
1 Parent(s):
5f42382
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/humarin/chatgpt_paraphraser_on_T5_base").launch()