abidlabs HF Staff commited on
Commit
e3de9d5
·
verified ·
1 Parent(s): 6ee83bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,7 +4,9 @@ from gradio_client import Client
4
  client = Client("hysts/SDXL")
5
 
6
  def text_to_image(prompt):
 
7
  img = client.predict(prompt, "", "", "", api_name="/run")
 
8
  return img
9
 
10
  with gr.Blocks() as demo:
 
4
  client = Client("hysts/SDXL")
5
 
6
  def text_to_image(prompt):
7
+ print(">>>>>>>>MMMMMMMM")
8
  img = client.predict(prompt, "", "", "", api_name="/run")
9
+ print("<<<<<<<<NNNNNNNN")
10
  return img
11
 
12
  with gr.Blocks() as demo: