Spaces:
Build error
Build error
Update template/app_simple.py
Browse files- template/app_simple.py +2 -2
template/app_simple.py
CHANGED
@@ -5,7 +5,7 @@ This space was created using [SD Space Creator](https://huggingface.co/spaces/an
|
|
5 |
|
6 |
gr.Interface.load(
|
7 |
name="models/$model_id",
|
8 |
-
title="$title",
|
9 |
-
description="$description",
|
10 |
article=article,
|
11 |
).queue(concurrency_count=20).launch()
|
|
|
5 |
|
6 |
gr.Interface.load(
|
7 |
name="models/$model_id",
|
8 |
+
title="""$title""",
|
9 |
+
description="""$description""",
|
10 |
article=article,
|
11 |
).queue(concurrency_count=20).launch()
|