Spaces:
hysts
/
Running on Zero

hysts HF staff commited on
Commit
fcef0ed
1 Parent(s): c1e43d8
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -162,11 +162,6 @@ examples = [
162
 
163
  with gr.Blocks(css_paths="style.css") as demo:
164
  gr.Markdown(DESCRIPTION)
165
- gr.DuplicateButton(
166
- value="Duplicate Space for private use",
167
- elem_id="duplicate-button",
168
- visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
169
- )
170
 
171
  with gr.Group():
172
  image = gr.Image(type="pil")
 
162
 
163
  with gr.Blocks(css_paths="style.css") as demo:
164
  gr.Markdown(DESCRIPTION)
 
 
 
 
 
165
 
166
  with gr.Group():
167
  image = gr.Image(type="pil")