Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,6 @@ print ("IMAGE MODEL CKPT:", MODEL_NAME)
|
|
91 |
load_network(model, MODEL_NAME, strict=True, param_key='params')
|
92 |
|
93 |
|
94 |
-
'''
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
css = """
|
99 |
/* .image-frame img, .image-container img {
|
100 |
width: auto;
|
|
|
91 |
load_network(model, MODEL_NAME, strict=True, param_key='params')
|
92 |
|
93 |
|
|
|
|
|
|
|
|
|
94 |
css = """
|
95 |
/* .image-frame img, .image-container img {
|
96 |
width: auto;
|