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