Spaces:
Runtime error
Runtime error
Commit
·
b0be920
1
Parent(s):
8ffe4b4
Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,7 @@ inputs = [
|
|
54 |
]
|
55 |
|
56 |
outputs = gr.Image(type="filepath", label="Output Image")
|
57 |
-
title = "
|
58 |
-
Materials-Demo"
|
59 |
import os
|
60 |
examples = [
|
61 |
["m1.jpg", 0.6, 0.45],
|
|
|
54 |
]
|
55 |
|
56 |
outputs = gr.Image(type="filepath", label="Output Image")
|
57 |
+
title = "Materials-Demo"
|
|
|
58 |
import os
|
59 |
examples = [
|
60 |
["m1.jpg", 0.6, 0.45],
|