Spaces:
Build error
Build error
omerXfaruq
commited on
Commit
•
3fc3e48
1
Parent(s):
9c0f9b6
typo fix
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ if __name__ == "__main__":
|
|
235 |
f"Drop model and space links at each line and I will create a new space comparing them. Usage examples:"
|
236 |
f"\nspaces/onnx/GPT-2"
|
237 |
f"\nmodels/gpt2-large"
|
238 |
-
f"\
|
239 |
),
|
240 |
),
|
241 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|
|
|
235 |
f"Drop model and space links at each line and I will create a new space comparing them. Usage examples:"
|
236 |
f"\nspaces/onnx/GPT-2"
|
237 |
f"\nmodels/gpt2-large"
|
238 |
+
f"\nmodels/gpt2"
|
239 |
),
|
240 |
),
|
241 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|