Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sr5434
/
QuoteGeneration
like
1
Runtime error
App
Files
Files
Community
sr5434
commited on
Jan 25, 2023
Commit
f17488c
•
1 Parent(s):
97c88fb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -18,3 +18,5 @@ demo = gr.Interface(
18
outputs=gr.outputs.Textbox(label="Generated Text"),
19
examples=examples
20
)
18
outputs=gr.outputs.Textbox(label="Generated Text"),
19
examples=examples
20
)
21
+
22
+
demo.launch()