anzorq commited on
Commit
aed9b31
β€’
1 Parent(s): e5b6ee1

Update template/app_simple.py

Browse files
Files changed (1) hide show
  1. 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()