Spaces:
Runtime error
Runtime error
Commit
·
6487270
1
Parent(s):
e465319
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ demo = gr.Interface(
|
|
16 |
outputs="label",
|
17 |
examples=['real-1.jpeg','real-2.jpeg','fake-1.jpeg','fake-2.jpeg','real-3.jpeg','real-4.jpeg','fake-3.jpeg','fake-4.jpeg'],
|
18 |
title='Pokemon Card Checker',
|
19 |
-
description='A resnet34 model fine-tuned to determine whether Pokemon cards are real or fake. Check out the dataset [here](https://www.kaggle.com/datasets/ongshujian/real-and-fake-pokemon-cards).\nCan you guess which cards are real and fake?\n\nI can't. :D [Card Labels](https://gist.github.com/mindwrapped/e5aad747757ef006037a1a1982be34fc)\n\nDataset created by [Shujian Ong](https://www.kaggle.com/ongshujian)\nSpace by [Scott Krstyen (mindwrapped)](https://huggingface.co/mindwrapped)',
|
20 |
)
|
21 |
|
22 |
demo.launch()
|
|
|
16 |
outputs="label",
|
17 |
examples=['real-1.jpeg','real-2.jpeg','fake-1.jpeg','fake-2.jpeg','real-3.jpeg','real-4.jpeg','fake-3.jpeg','fake-4.jpeg'],
|
18 |
title='Pokemon Card Checker',
|
19 |
+
description='A resnet34 model fine-tuned to determine whether Pokemon cards are real or fake. Check out the dataset [here](https://www.kaggle.com/datasets/ongshujian/real-and-fake-pokemon-cards).\nCan you guess which cards are real and fake?\n\nI can\'t. :D [Card Labels](https://gist.github.com/mindwrapped/e5aad747757ef006037a1a1982be34fc)\n\nDataset created by [Shujian Ong](https://www.kaggle.com/ongshujian)\nSpace by [Scott Krstyen (mindwrapped)](https://huggingface.co/mindwrapped)',
|
20 |
)
|
21 |
|
22 |
demo.launch()
|