forked from cgvr/DeltaVR
fixing problems from merging
This commit is contained in:
@@ -8,7 +8,7 @@ public class ImageGenerationBox : MonoBehaviour
|
||||
public Material inactiveMaterial;
|
||||
public Material loadingMaterial;
|
||||
|
||||
public VoiceTranscriptionBox voiceTranscriptionTestBox;
|
||||
public VoiceTranscriptionBox voiceTranscriptionBox;
|
||||
public Image imageDisplay;
|
||||
public Texture2D LastTexture { get; private set; }
|
||||
public string promptSuffix = ", single object, front and side fully visible, realistic style, plain neutral background, clear details, soft studio lighting, true-to-scale";
|
||||
@@ -37,7 +37,7 @@ void Start()
|
||||
XROrigin playerOrigin = other.GetComponent<XROrigin>();
|
||||
if (controller != null || playerOrigin != null)
|
||||
{
|
||||
string inputPrompt = voiceTranscriptionTestBox.GetTextOutput();
|
||||
string inputPrompt = voiceTranscriptionBox.GetTextOutput();
|
||||
string refinedPrompt = inputPrompt + promptSuffix;
|
||||
|
||||
isLoading = true;
|
||||
|
||||
Reference in New Issue
Block a user