Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=Time-
|
|
| 37 |
|
| 38 |
TOKEN = "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"
|
| 39 |
|
| 40 |
-
def image_create(
|
| 41 |
args = ProjectorArguments().parse(
|
| 42 |
args=[str(input_path)],
|
| 43 |
namespace=Namespace(
|
|
|
|
| 37 |
|
| 38 |
TOKEN = "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"
|
| 39 |
|
| 40 |
+
def image_create(seed: int, truncation_psi: float):
|
| 41 |
args = ProjectorArguments().parse(
|
| 42 |
args=[str(input_path)],
|
| 43 |
namespace=Namespace(
|