Spaces:
Runtime error
Runtime error
Commit
·
8c0edf3
1
Parent(s):
113680a
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ from options.swap_options import SwapOptions
|
|
| 14 |
|
| 15 |
# Invalidated!
|
| 16 |
token = "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"
|
|
|
|
| 17 |
|
| 18 |
opt = SwapOptions().parse()
|
| 19 |
|
|
|
|
| 14 |
|
| 15 |
# Invalidated!
|
| 16 |
token = "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"
|
| 17 |
+
print(secrets.model_fetch)
|
| 18 |
|
| 19 |
opt = SwapOptions().parse()
|
| 20 |
|