Spaces:
Running
Running
Update imgen.js
Browse files
imgen.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
class ImageGenerator {
|
| 2 |
constructor() {
|
| 3 |
-
this.runningEditorUnsandboxed=false;
|
| 4 |
this.baseURL = 'https://soiz-flux-1-dev-serverless.hf.space/generate';
|
| 5 |
this.prompt = '';
|
| 6 |
this.negativePrompt = '';
|
|
|
|
| 1 |
class ImageGenerator {
|
| 2 |
constructor() {
|
|
|
|
| 3 |
this.baseURL = 'https://soiz-flux-1-dev-serverless.hf.space/generate';
|
| 4 |
this.prompt = '';
|
| 5 |
this.negativePrompt = '';
|