Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,7 @@ iface = gr.Interface(
|
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
inputs="text",
|
49 |
-
outputs="text"
|
50 |
-
theme="Tonic/indiansummer"
|
51 |
-
)
|
52 |
|
53 |
iface.launch()
|
54 |
|
|
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
inputs="text",
|
49 |
+
outputs="text")
|
|
|
|
|
50 |
|
51 |
iface.launch()
|
52 |
|