Update Runware pricing across the application to reflect new cost of $0.009 per image in backend and frontend components.
This commit is contained in:
@@ -239,7 +239,7 @@ export default function ValidationCard({
|
||||
</div>
|
||||
<div>
|
||||
<strong className="text-gray-700 dark:text-gray-300">Cost:</strong>{' '}
|
||||
<span className="text-gray-900 dark:text-white">{testResult.cost || '$0.0360'}</span>
|
||||
<span className="text-gray-900 dark:text-white">{testResult.cost || '$0.0090'}</span>
|
||||
</div>
|
||||
{testResult.full_response?.image_url && (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user