Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|