AlGe commited on
Commit
0686cd7
·
verified ·
1 Parent(s): e24f663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  # Create a client for the other space
5
  client = Client("radames/Enhance-This-HiDiffusion-SDXL")
6
- client.view_api()
7
  # Define your interface function
8
  def my_interface(input_image, prompt="This is a beautiful scenery", negative_prompt="blurry, ugly, duplicate, poorly drawn, deformed, mosaic", seed=1415926535897932, guidance_scale=8.5, scale=2, controlnet_conditioning_scale=0.5, strength=1.0, controlnet_start=0.0, controlnet_end=1.0, guassian_sigma=2.0, intensity_threshold=3):
9
  # Call the other space's predict function
 
3
 
4
  # Create a client for the other space
5
  client = Client("radames/Enhance-This-HiDiffusion-SDXL")
6
+ print(client.view_api())
7
  # Define your interface function
8
  def my_interface(input_image, prompt="This is a beautiful scenery", negative_prompt="blurry, ugly, duplicate, poorly drawn, deformed, mosaic", seed=1415926535897932, guidance_scale=8.5, scale=2, controlnet_conditioning_scale=0.5, strength=1.0, controlnet_start=0.0, controlnet_end=1.0, guassian_sigma=2.0, intensity_threshold=3):
9
  # Call the other space's predict function