Thaweewat commited on
Commit
e06edba
1 Parent(s): ee82891

Added Text

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +1 -2
  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="8342000" />
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
- Unofficial demo for ControlNet, Optimized for architectural sketch. This demo is 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("<p>You can duplicate this Space to run it privately without a queue and load additional checkpoints. : <a style='display:inline-block' href='https://huggingface.co/spaces/RamAnanth1/ControlNet?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14' alt='Duplicate Space'></a> <a style='display:inline-block' href='https://colab.research.google.com/github/camenduru/controlnet-colab/blob/main/controlnet-colab.ipynb'><img src = 'https://colab.research.google.com/assets/colab-badge.svg' alt='Open in Colab'></a></p>")
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")