Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TNK21
/
Story_Generator
like
3
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Update app.py
#1
by
RaghuramKumar
- opened
Oct 29, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,5 +35,5 @@ iface = gr.Interface(
35
examples=example_inputs
36
)
37
38
-
# Launch the interface
39
iface.launch()
35
examples=example_inputs
36
)
37
38
+
39
iface.launch()