Spaces:
Running
Running
Update README with correct model path
Browse files
README.md
CHANGED
|
@@ -97,7 +97,7 @@ curl "http://localhost:8002/generate-single?seed=42" --output face.png
|
|
| 97 |
## Model
|
| 98 |
|
| 99 |
- **Model**: Face Generation GAN
|
| 100 |
-
- **Location**: `./models/face-gen-gan`
|
| 101 |
- **Type**: Generative Adversarial Network
|
| 102 |
- **Port**: 8002
|
| 103 |
|
|
|
|
| 97 |
## Model
|
| 98 |
|
| 99 |
- **Model**: Face Generation GAN
|
| 100 |
+
- **Location**: `./models/face-gen-gan/generator_model_100.h5`
|
| 101 |
- **Type**: Generative Adversarial Network
|
| 102 |
- **Port**: 8002
|
| 103 |
|