Add Linkedin link
Browse files- .idea/workspace.xml +2 -1
- app.py +5 -1
.idea/workspace.xml
CHANGED
@@ -5,6 +5,7 @@
|
|
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,7 +47,7 @@
|
|
46 |
<option name="number" value="Default" />
|
47 |
<option name="presentableId" value="Default" />
|
48 |
<updated>1677222707113</updated>
|
49 |
-
<workItem from="1677222708286" duration="
|
50 |
</task>
|
51 |
<servers />
|
52 |
</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$/.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 |
<option name="number" value="Default" />
|
48 |
<option name="presentableId" value="Default" />
|
49 |
<updated>1677222707113</updated>
|
50 |
+
<workItem from="1677222708286" duration="11380000" />
|
51 |
</task>
|
52 |
<servers />
|
53 |
</component>
|
app.py
CHANGED
@@ -88,7 +88,11 @@ with block:
|
|
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")
|
|
|
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 |
+
gr.HTML('''
|
92 |
+
<p style="margin-bottom: 8px; font-size: 94%">
|
93 |
+
HF Space created by Thaweewat Rugsujarit, If you have any suggestions or feedback, please feel free to contact me via <a href="https://www.linkedin.com/in/thaweewat-rugsujarit/" style="text-decoration: underline;" target="_blank"> Linkedin </a>.
|
94 |
+
</p>
|
95 |
+
''')
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
input_image = gr.Image(source='upload', type="numpy")
|