Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,10 +160,6 @@ def main():
|
|
| 160 |
gr.outputs.Label(label='Output (label)'),
|
| 161 |
gr.outputs.HTML()
|
| 162 |
],
|
| 163 |
-
examples=[
|
| 164 |
-
['miku.jpg',0.5],
|
| 165 |
-
['miku2.jpg',0.5]
|
| 166 |
-
],
|
| 167 |
title=TITLE,
|
| 168 |
description='''
|
| 169 |
Demo for [KichangKim/DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) with "ready to copy" prompt and a prompt analyzer.
|
|
|
|
| 160 |
gr.outputs.Label(label='Output (label)'),
|
| 161 |
gr.outputs.HTML()
|
| 162 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
title=TITLE,
|
| 164 |
description='''
|
| 165 |
Demo for [KichangKim/DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) with "ready to copy" prompt and a prompt analyzer.
|