rootglitch commited on
Commit
dde7f99
·
verified ·
1 Parent(s): 24391df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ result = client.predict(
9
  input_image_path=handle_file('https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png'),
10
  prompt="Hello!!",
11
  api_name="/generate_image",
12
- repo_type="spaces",
13
  hf_token=HF_TOKEN
14
  )
15
  print(result)
 
9
  input_image_path=handle_file('https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png'),
10
  prompt="Hello!!",
11
  api_name="/generate_image",
12
+ repo_type="space",
13
  hf_token=HF_TOKEN
14
  )
15
  print(result)