Spaces:
Building
on
CPU Upgrade
Building
on
CPU Upgrade
set share=false
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
from typing import List
|
@@ -232,4 +234,4 @@ researcher_demo = gr.Interface(
|
|
232 |
|
233 |
# Launch the researcher interface with a public link
|
234 |
if __name__ == "__main__":
|
235 |
-
researcher_demo.launch(share=
|
|
|
1 |
+
from pathlib import Path
|
2 |
+
import numpy as np
|
3 |
import gradio as gr
|
4 |
import requests
|
5 |
from typing import List
|
|
|
234 |
|
235 |
# Launch the researcher interface with a public link
|
236 |
if __name__ == "__main__":
|
237 |
+
researcher_demo.launch(share=False)
|