Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ interface = gr.Interface(
|
|
51 |
description="Enter the query JSON containing hotel details and images. This interface displays the information for multiple hotels with images and text side by side.",
|
52 |
)
|
53 |
|
54 |
-
interface.launch(
|
55 |
|
|
|
51 |
description="Enter the query JSON containing hotel details and images. This interface displays the information for multiple hotels with images and text side by side.",
|
52 |
)
|
53 |
|
54 |
+
interface.launch()
|
55 |
|