Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- app.py +1 -1
- app_mindsearch.py +0 -1
app.py
CHANGED
@@ -108,4 +108,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
108 |
|
109 |
|
110 |
if __name__ == "__main__":
|
111 |
-
demo.queue(api_open=False
|
|
|
108 |
|
109 |
|
110 |
if __name__ == "__main__":
|
111 |
+
demo.queue(api_open=False).launch(show_api=False)
|
app_mindsearch.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import spaces
|
3 |
|
4 |
# Load the Gradio space
|
5 |
demo = gr.load(name="internlm/MindSearch", src="spaces")
|
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
# Load the Gradio space
|
4 |
demo = gr.load(name="internlm/MindSearch", src="spaces")
|