Spaces:
Build error
Build error
Commit
·
a0c8323
1
Parent(s):
276e364
add examples to input descriptions
Browse files
app.py
CHANGED
@@ -227,8 +227,8 @@ if __name__ == "__main__":
|
|
227 |
lines=4,
|
228 |
placeholder=(
|
229 |
f"Drop space links at each line and I will create a new space comparing them. ie:"
|
230 |
-
f"\
|
231 |
-
f"\
|
232 |
),
|
233 |
),
|
234 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|
|
|
227 |
lines=4,
|
228 |
placeholder=(
|
229 |
f"Drop space links at each line and I will create a new space comparing them. ie:"
|
230 |
+
f"\ndeepklarity/poster2plot"
|
231 |
+
f"\ndeepklarity/poster2plot"
|
232 |
),
|
233 |
),
|
234 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|