Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ HEADER = """
|
|
18 |
EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
|
19 |
EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
|
20 |
|
21 |
-
netuid =
|
22 |
node_url = "wss://commune-api-node-2.communeai.net"
|
23 |
|
24 |
def get_validator_uids(client, netuid):
|
|
|
18 |
EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
|
19 |
EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
|
20 |
|
21 |
+
netuid = 18
|
22 |
node_url = "wss://commune-api-node-2.communeai.net"
|
23 |
|
24 |
def get_validator_uids(client, netuid):
|