Spaces:
Runtime error
Runtime error
alvanli
commited on
Commit
•
10e5833
1
Parent(s):
cf2717f
Fix typo
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def main():
|
|
70 |
sample_button.click(
|
71 |
fn=load_examples,
|
72 |
inputs=[],
|
73 |
-
outputs=[seed, is_dog,
|
74 |
)
|
75 |
|
76 |
demo.queue(concurrency_count=1)
|
|
|
70 |
sample_button.click(
|
71 |
fn=load_examples,
|
72 |
inputs=[],
|
73 |
+
outputs=[seed, is_dog, g1, g2]
|
74 |
)
|
75 |
|
76 |
demo.queue(concurrency_count=1)
|