Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|