Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ demo = gr.Interface(fn=query, inputs="text", outputs=gr.outputs.JSON(),
|
|
32 |
title='Suggest a Book',
|
33 |
description='No Titles! No Authors! Pour your heart out ♥')
|
34 |
|
35 |
-
demo.launch(
|
36 |
|
37 |
|
38 |
# %%
|
|
|
32 |
title='Suggest a Book',
|
33 |
description='No Titles! No Authors! Pour your heart out ♥')
|
34 |
|
35 |
+
demo.launch()
|
36 |
|
37 |
|
38 |
# %%
|