Spaces:
Runtime error
Runtime error
Commit
·
c1469f1
1
Parent(s):
9ec45c1
Update app.py
Browse files
app.py
CHANGED
@@ -618,8 +618,4 @@ def gradioDemo():
|
|
618 |
if __name__ == "__main__":
|
619 |
print(os.path.abspath(os.getcwd()))
|
620 |
gradioDemo()
|
621 |
-
|
622 |
-
rewriteTextB='いつ帰ってくるのかしら?わくわく😍✨ #SimejiAI'
|
623 |
-
textGPTTargetinput='让文本A更可爱'
|
624 |
-
GetAnswerV2(PreHandle(textA), PreHandle(rewriteTextB), 'gpt-4', 0.5, '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', textGPTTargetinput)
|
625 |
-
# HandleData()
|
|
|
618 |
if __name__ == "__main__":
|
619 |
print(os.path.abspath(os.getcwd()))
|
620 |
gradioDemo()
|
621 |
+
# HandleData()
|
|
|
|
|
|
|
|