Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def predict(input_img, ver):
|
|
108 |
return drawing
|
109 |
|
110 |
title="Image to Line Drawings - Complex and Simple Portraits and Landscapes"
|
111 |
-
description="Image to Line Drawing"
|
112 |
# article = "<p style='text-align: center'></p>"
|
113 |
examples=[
|
114 |
['Achilles-art-scale-6_00x-gigapixel.png', 'Simple Lines']
|
@@ -126,4 +126,6 @@ iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
|
126 |
gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],
|
127 |
gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
|
128 |
|
129 |
-
iface.launch()
|
|
|
|
|
|
108 |
return drawing
|
109 |
|
110 |
title="Image to Line Drawings - Complex and Simple Portraits and Landscapes"
|
111 |
+
description="Image to Line Drawing L4xKDhK7zqHtYRYptIOJ--N5LZB (1).mp4 "
|
112 |
# article = "<p style='text-align: center'></p>"
|
113 |
examples=[
|
114 |
['Achilles-art-scale-6_00x-gigapixel.png', 'Simple Lines']
|
|
|
126 |
gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],
|
127 |
gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
|
128 |
|
129 |
+
#iface.launch()
|
130 |
+
iface.launch(share=True)
|
131 |
+
|