hysts HF staff commited on
Commit
be3c030
·
1 Parent(s): 775dffc
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -70,11 +70,7 @@ examples = [
70
 
71
  with gr.Blocks(css_paths="style.css") as demo:
72
  gr.Markdown(DESCRIPTION)
73
- gr.DuplicateButton(
74
- value="Duplicate Space for private use",
75
- elem_id="duplicate-button",
76
- visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
77
- )
78
  with gr.Group():
79
  with gr.Row():
80
  prompt = gr.Text(
 
70
 
71
  with gr.Blocks(css_paths="style.css") as demo:
72
  gr.Markdown(DESCRIPTION)
73
+
 
 
 
 
74
  with gr.Group():
75
  with gr.Row():
76
  prompt = gr.Text(