Rooni commited on
Commit
a9d9267
1 Parent(s): aecddc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -9,6 +9,9 @@ MORE = """ ## TRY Other Models
9
  ### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
10
  """
11
 
 
 
 
12
  # Function
13
  def generate_image(prompt, base="Anime", motion="", step=8, progress=gr.Progress()):
14
  retries = 3
 
9
  ### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
10
  """
11
 
12
+ # Gradio Client
13
+ client = Client("KingNish/Instant-Video")
14
+
15
  # Function
16
  def generate_image(prompt, base="Anime", motion="", step=8, progress=gr.Progress()):
17
  retries = 3