fedorajuandy commited on
Commit
adf5315
·
1 Parent(s): 0311782

Add warning

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,6 +9,8 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
12
  # Image Generator
13
 
14
  ## Description
@@ -17,8 +19,6 @@ pinned: false
17
 
18
  A simple application to generate images with the limitation of the algorithm, dataset, hardware specification, chosen limited configuration, and other various variables.
19
 
20
- ![UI](/additional/interface.png)
21
-
22
  1. "Text prompt" textbox to enter text description of desired image
23
  2. "Run" button (or keyboard ENTER button) to confirm input
24
  3. Result placeholder the place for generated image
 
9
  pinned: false
10
  ---
11
 
12
+ > **DOES NOT WORK WITH THE CURRENT SPACE AS THE MEMORY USAGE EXCEEDED THE LIMIT (FOR OBVIOUS REASON).**
13
+
14
  # Image Generator
15
 
16
  ## Description
 
19
 
20
  A simple application to generate images with the limitation of the algorithm, dataset, hardware specification, chosen limited configuration, and other various variables.
21
 
 
 
22
  1. "Text prompt" textbox to enter text description of desired image
23
  2. "Run" button (or keyboard ENTER button) to confirm input
24
  3. Result placeholder the place for generated image