Spaces:
Runtime error
Runtime error
modified share launch value
Browse files
app.py
CHANGED
@@ -39,5 +39,5 @@ gr.Interface(fn = reverse_dictionary,
|
|
39 |
outputs= gr.outputs.HTML(),
|
40 |
title = title,
|
41 |
description = description,
|
42 |
-
examples = examples).launch(
|
43 |
|
|
|
39 |
outputs= gr.outputs.HTML(),
|
40 |
title = title,
|
41 |
description = description,
|
42 |
+
examples = examples).launch()
|
43 |
|