Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -169,10 +169,7 @@ def chat(id, npc, prompt):
|
|
169 |
# model inference
|
170 |
output = "AI μλ΅μ
λλ€."
|
171 |
add_transaction(id, "inference", {"prompt":prompt, "output":output})
|
172 |
-
|
173 |
-
if len(blockchain.current_transactions)>=10:
|
174 |
-
proof(model_name)
|
175 |
-
new_block = blockchain.new_block()
|
176 |
return output
|
177 |
|
178 |
|
|
|
169 |
# model inference
|
170 |
output = "AI μλ΅μ
λλ€."
|
171 |
add_transaction(id, "inference", {"prompt":prompt, "output":output})
|
172 |
+
|
|
|
|
|
|
|
173 |
return output
|
174 |
|
175 |
|