Spaces:
Runtime error
Runtime error
neverix
commited on
Commit
·
9ce1914
1
Parent(s):
be529c0
Never make
Browse files
app.py
CHANGED
@@ -130,9 +130,8 @@ def main():
|
|
130 |
gr.outputs.Image(type="numpy", label="result"),
|
131 |
gr.outputs.Image(type="numpy", label="depth"),
|
132 |
gr.outputs.Video(label="interpolated")
|
133 |
-
])
|
134 |
-
gr.TabbedInterface([interface], ["Warp 3D images"]
|
135 |
-
title="DALL·E 6D", description="Lift DALL·E 2 (or any other model) into 3D!").launch()
|
136 |
|
137 |
|
138 |
if __name__ == '__main__':
|
|
|
130 |
gr.outputs.Image(type="numpy", label="result"),
|
131 |
gr.outputs.Image(type="numpy", label="depth"),
|
132 |
gr.outputs.Video(label="interpolated")
|
133 |
+
], title="DALL·E 6D", description="Lift DALL·E 2 (or any other model) into 3D!")
|
134 |
+
gr.TabbedInterface([interface], ["Warp 3D images"]).launch()
|
|
|
135 |
|
136 |
|
137 |
if __name__ == '__main__':
|