Spaces:
Runtime error
Runtime error
haotongl
commited on
Commit
·
0cc3d2e
1
Parent(s):
3499517
inital version
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def main(share: bool):
|
|
183 |
inputs=[input_file, resolution],
|
184 |
outputs=outputs)
|
185 |
|
186 |
-
demo.launch(share=share
|
187 |
# def main(share: bool):
|
188 |
# gr.Interface(
|
189 |
# fn=run,
|
|
|
183 |
inputs=[input_file, resolution],
|
184 |
outputs=outputs)
|
185 |
|
186 |
+
demo.launch(share=share)
|
187 |
# def main(share: bool):
|
188 |
# gr.Interface(
|
189 |
# fn=run,
|