Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
willhill
/
mytest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
willcat
commited on
May 28, 2023
Commit
44608b8
·
1 Parent(s):
c0ae5de
add requirements
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator"
9
examples=examples
10
)
11
12
-
interface.launch()
9
examples=examples
10
)
11
12
+
interface.launch(
share=True
)