Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EnigmaOfTheWorld
/
MemeWorld
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EnigmaOfTheWorld
commited on
Mar 31, 2023
Commit
dbf8103
·
1 Parent(s):
88ce286
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ interface = gr.Interface(
12
outputs = [gr.inputs.Textbox()],
13
theme=theme)
14
15
-
demo
.launch()
12
outputs = [gr.inputs.Textbox()],
13
theme=theme)
14
15
+
interface
.launch()