omerXfaruq commited on
Commit
47940d4
1 Parent(s): 8cc97ab
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -218,14 +218,14 @@ iface = gr.Interface(
218
  gr.inputs.Textbox(
219
  lines=4,
220
  placeholder=(
221
- f"Drop space links at each line, ie:"
222
  f"\nspaces/Norod78/ComicsHeroHD"
223
  f"\nspaces/Amrrs/gradio-sentiment-analyzer"
224
  ),
225
  ),
226
  gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
227
- gr.inputs.Textbox(lines=1, placeholder="Name for the space"),
228
- gr.inputs.Textbox(lines=1, placeholder="Description for the space"),
229
  ],
230
  outputs="text",
231
  )
 
218
  gr.inputs.Textbox(
219
  lines=4,
220
  placeholder=(
221
+ f"Drop space links at each line and I will create a new space comparing them. ie:"
222
  f"\nspaces/Norod78/ComicsHeroHD"
223
  f"\nspaces/Amrrs/gradio-sentiment-analyzer"
224
  ),
225
  ),
226
  gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
227
+ gr.inputs.Textbox(lines=1, placeholder="Name for the target space"),
228
+ gr.inputs.Textbox(lines=1, placeholder="Description for the target space"),
229
  ],
230
  outputs="text",
231
  )