Added Text
Browse files- .idea/workspace.xml +1 -2
- app.py +2 -2
.idea/workspace.xml
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="3cb50146-66c1-4999-864a-398a7d42ffa4" name="Changes" comment="">
|
| 8 |
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
| 10 |
</list>
|
| 11 |
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -47,7 +46,7 @@
|
|
| 47 |
<option name="number" value="Default" />
|
| 48 |
<option name="presentableId" value="Default" />
|
| 49 |
<updated>1677222707113</updated>
|
| 50 |
-
<workItem from="1677222708286" duration="
|
| 51 |
</task>
|
| 52 |
<servers />
|
| 53 |
</component>
|
|
|
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="3cb50146-66c1-4999-864a-398a7d42ffa4" name="Changes" comment="">
|
|
|
|
| 8 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
| 9 |
</list>
|
| 10 |
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
| 46 |
<option name="number" value="Default" />
|
| 47 |
<option name="presentableId" value="Default" />
|
| 48 |
<updated>1677222707113</updated>
|
| 49 |
+
<workItem from="1677222708286" duration="8733000" />
|
| 50 |
</task>
|
| 51 |
<servers />
|
| 52 |
</component>
|
app.py
CHANGED
|
@@ -85,10 +85,10 @@ with block:
|
|
| 85 |
gr.Markdown("## ControlNet - Architectural Sketch to Render Image")
|
| 86 |
gr.HTML('''
|
| 87 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 88 |
-
|
| 89 |
</p>
|
| 90 |
''')
|
| 91 |
-
|
| 92 |
with gr.Row():
|
| 93 |
with gr.Column():
|
| 94 |
input_image = gr.Image(source='upload', type="numpy")
|
|
|
|
| 85 |
gr.Markdown("## ControlNet - Architectural Sketch to Render Image")
|
| 86 |
gr.HTML('''
|
| 87 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 88 |
+
Demo for ControlNet, Optimized for architectural sketch, based on <a href="https://github.com/lllyasviel/ControlNet" style="text-decoration: underline;" target="_blank"> lllyasviel ControlNet </a> implementation.
|
| 89 |
</p>
|
| 90 |
''')
|
| 91 |
+
|
| 92 |
with gr.Row():
|
| 93 |
with gr.Column():
|
| 94 |
input_image = gr.Image(source='upload', type="numpy")
|