Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,15 +55,11 @@ with gr.Blocks() as demo:
|
|
55 |
|
56 |
demo.launch()
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
# theme="london"
|
67 |
-
# )
|
68 |
-
|
69 |
-
# iface.launch()
|
|
|
55 |
|
56 |
demo.launch()
|
57 |
|
58 |
+
iface = gr.Interface(
|
59 |
+
title=title,
|
60 |
+
description=description,
|
61 |
+
examples=examples,
|
62 |
+
theme="london"
|
63 |
+
)
|
64 |
+
|
65 |
+
iface.launch()
|
|
|
|
|
|
|
|