Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
Real-ESRGAN
like
419
Runtime error
App
Files
Files
Community
12
akhaliq
HF staff
commited on
May 5, 2022
Commit
9d7cbe1
•
1 Parent(s):
8b4fce0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ gr.Interface(
65
examples=[
66
['bear.jpg','base'],
67
['anime.png','anime']
68
-
]).launch(
enable_queue=True,cache_examples=True
)
65
examples=[
66
['bear.jpg','base'],
67
['anime.png','anime']
68
+
]).launch()