Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ examples = [[1, 10], [3, 5], [5, 15]]
|
|
44 |
iface = gr.Interface(
|
45 |
fn = create_digit_samples,
|
46 |
inputs = ["number", "number"],
|
47 |
-
outputs = [
|
48 |
examples = examples,
|
49 |
description = description,
|
50 |
title = title
|
|
|
44 |
iface = gr.Interface(
|
45 |
fn = create_digit_samples,
|
46 |
inputs = ["number", "number"],
|
47 |
+
outputs = ["image"],
|
48 |
examples = examples,
|
49 |
description = description,
|
50 |
title = title
|