rajistics commited on
Commit
9a1c0e1
1 Parent(s): a7ac2bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -107,7 +107,7 @@ description = """
107
  <ul>
108
  <li><a href="https://huggingface.co/smallcloudai/Refact-1_6B-fim" style='color: #e6b800;'>ReFact 1.6B</a>: An Open-Source Coding Assistant with Fine-Tuning on codebase, autocompletion, code refactoring, code analysis, integrated chat and more</li>
109
  </ul>
110
- <p><b>Please note:</b> This demo is based on the Big Code Playground. It is running on GPU, but can also be run on CPU.</p>
111
  </div>
112
  """
113
 
@@ -175,12 +175,6 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
175
  info="Penalize repeated tokens",
176
  )
177
 
178
- with gr.Group(elem_id="share-btn-container"):
179
- community_icon = gr.HTML(community_icon_html, visible=True)
180
- loading_icon = gr.HTML(loading_icon_html, visible=True)
181
- share_button = gr.Button(
182
- "Share to community", elem_id="share-btn", visible=True
183
- )
184
  gr.Examples(
185
  examples=examples,
186
  inputs=[instruction],
 
107
  <ul>
108
  <li><a href="https://huggingface.co/smallcloudai/Refact-1_6B-fim" style='color: #e6b800;'>ReFact 1.6B</a>: An Open-Source Coding Assistant with Fine-Tuning on codebase, autocompletion, code refactoring, code analysis, integrated chat and more</li>
109
  </ul>
110
+ <p><b>Please note:</b> This space is based on the Big Code Playground, and not all functionality may work. It is running on GPUZero, but can also be run on GPU/CPU.</p>
111
  </div>
112
  """
113
 
 
175
  info="Penalize repeated tokens",
176
  )
177
 
 
 
 
 
 
 
178
  gr.Examples(
179
  examples=examples,
180
  inputs=[instruction],