Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,10 @@ p2p_list['id'] = '11111111'
|
|
47 |
gpu_add_list = []
|
48 |
|
49 |
def chat(id, prompt):
|
|
|
|
|
|
|
|
|
50 |
|
51 |
return "AI μλ΅μ
λλ€."
|
52 |
|
|
|
47 |
gpu_add_list = []
|
48 |
|
49 |
def chat(id, prompt):
|
50 |
+
if get_coin(id) == 0:
|
51 |
+
return "no coin"
|
52 |
+
|
53 |
+
|
54 |
|
55 |
return "AI μλ΅μ
λλ€."
|
56 |
|