Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
doevent/Face-Real-ESRGAN
bijoymirza99
/
Face-Real-ESRGAN
like
1
Runtime error
App
Files
Files
Community
doevent
commited on
Oct 23, 2022
Commit
4531ae0
•
1 Parent(s):
8082070
update gradio version
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ gr.Interface(inference,
45
allow_flagging='never',
46
theme="default",
47
cache_examples=False,
48
-
).queue()launch()
49
45
allow_flagging='never',
46
theme="default",
47
cache_examples=False,
48
+
).queue()
.
launch()
49