rootglitch commited on
Commit
1748739
·
verified ·
1 Parent(s): d1f6377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,7 +8,6 @@ client = Client("rootglitch/CarVizGradioDemo01")
8
  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
- hf_token=HF_TOKEN
13
  )
14
  print(result)
 
8
  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
  )
13
  print(result)