Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
migueldeguzmandev
/
migueldeguzmandev-GPT2XL_RLLMv2-stampTodd-3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
migueldeguzmandev
commited on
May 2, 2024
Commit
317632f
·
verified
·
1 Parent(s):
da8219e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,5 @@ interface = gr.Interface(
57
examples=examples,
58
)
59
60
-
# Launch the interface wit
57
examples=examples,
58
)
59
60
+
# Launch the interface wit
61
+
interface.launch()