Spaces:
Runtime error
Runtime error
Johannes Kolbe
commited on
Commit
•
4b2b7ee
1
Parent(s):
377fe86
adapt model url
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
import numpy as np
|
5 |
|
6 |
-
adamatch_model = from_pretrained_keras("
|
7 |
base_model = from_pretrained_keras("johko/wideresnet28-2-mnist")
|
8 |
|
9 |
|
|
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
import numpy as np
|
5 |
|
6 |
+
adamatch_model = from_pretrained_keras("keras-io/adamatch-domain-adaption")
|
7 |
base_model = from_pretrained_keras("johko/wideresnet28-2-mnist")
|
8 |
|
9 |
|