Spaces:
Runtime error
Runtime error
Commit
·
d0d037d
1
Parent(s):
7eabb4f
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def Predict(num_images):
|
|
35 |
examples = [[5],[8],[2],[3]]
|
36 |
|
37 |
|
38 |
-
|
39 |
fn = Predict,
|
40 |
inputs = ["number"],
|
41 |
outputs = ["image"],
|
@@ -45,4 +45,4 @@ iface = gr.Interface(
|
|
45 |
article = article
|
46 |
)
|
47 |
|
48 |
-
|
|
|
35 |
examples = [[5],[8],[2],[3]]
|
36 |
|
37 |
|
38 |
+
interface = gr.Interface(
|
39 |
fn = Predict,
|
40 |
inputs = ["number"],
|
41 |
outputs = ["image"],
|
|
|
45 |
article = article
|
46 |
)
|
47 |
|
48 |
+
interface.launch(share=True)
|