prithivMLmods commited on
Commit
8ac6e87
·
verified ·
1 Parent(s): b41beea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import cv2
15
  from gradio_client import Client, file
16
 
17
  def image_gen(prompt):
18
- client = Client("prithivMLmods/EPIC-REALISM")
19
- return client.predict("Image Generation",None, prompt, api_name="/epic_realism")
20
 
21
  model_id = "llava-hf/llava-interleave-qwen-0.5b-hf"
22
 
 
15
  from gradio_client import Client, file
16
 
17
  def image_gen(prompt):
18
+ client = Client("prithivMLmods/IMAGINEO-4K")
19
+ return client.predict("Image Generation",None, prompt, api_name="/imagineo_4k")
20
 
21
  model_id = "llava-hf/llava-interleave-qwen-0.5b-hf"
22