Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eternalBlissard
/
Simplify
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eternalBlissard
commited on
Oct 27, 2024
Commit
ba8a16b
·
verified
·
1 Parent(s):
b7f1e44
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ demo = gr.Interface(fn=outputProducer,
6
inputs = [gr.Textbox()],
7
outputs= [gr.Textbox()],
8
title = 'Simplify')
9
-
gr
.launch()
6
inputs = [gr.Textbox()],
7
outputs= [gr.Textbox()],
8
title = 'Simplify')
9
+
demo
.launch()