Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ import sys
|
|
5 |
import streamlit as st
|
6 |
|
7 |
def download_so():
|
8 |
-
url = "https://github.com/AlineIoste/teste/raw/main/SynapseControl.cpython-
|
9 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
10 |
-
output_path = os.path.join(current_dir, "SynapseControl.cpython-
|
11 |
|
12 |
if not os.path.exists(output_path):
|
13 |
response = requests.get(url)
|
|
|
5 |
import streamlit as st
|
6 |
|
7 |
def download_so():
|
8 |
+
url = "https://github.com/AlineIoste/teste/raw/main/SynapseControl.cpython-310-x86_64-linux-gnu.so"
|
9 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
10 |
+
output_path = os.path.join(current_dir, "SynapseControl.cpython-310-x86_64-linux-gnu.so")
|
11 |
|
12 |
if not os.path.exists(output_path):
|
13 |
response = requests.get(url)
|