Spaces:
Running
on
L40S
Running
on
L40S
RyanMullins
commited on
Commit
•
b22b950
1
Parent(s):
898024b
Changing detector to google org
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import transformers
|
|
13 |
# be another
|
14 |
|
15 |
_MODEL_IDENTIFIER = 'google/gemma-2b-it'
|
16 |
-
_DETECTOR_IDENTIFIER = '
|
17 |
|
18 |
_PROMPTS: tuple[str] = (
|
19 |
'Write an essay about my pets, a cat named Mika and a dog named Cleo.',
|
|
|
13 |
# be another
|
14 |
|
15 |
_MODEL_IDENTIFIER = 'google/gemma-2b-it'
|
16 |
+
_DETECTOR_IDENTIFIER = 'google/synthid-spaces-demo-detector'
|
17 |
|
18 |
_PROMPTS: tuple[str] = (
|
19 |
'Write an essay about my pets, a cat named Mika and a dog named Cleo.',
|