Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def make_request(query):
|
|
40 |
|
41 |
|
42 |
# Create the Gradio interface
|
43 |
-
with gr.Blocks() as
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
# Query Reformulation Assistant
|
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
|
|
93 |
|
94 |
# Launch the app
|
95 |
if __name__ == "__main__":
|
96 |
-
|
|
|
40 |
|
41 |
|
42 |
# Create the Gradio interface
|
43 |
+
with gr.Blocks() as app:
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
# Query Reformulation Assistant
|
|
|
93 |
|
94 |
# Launch the app
|
95 |
if __name__ == "__main__":
|
96 |
+
app.launch()
|