Spaces:
Runtime error
Runtime error
Removed the API key
Browse filesThe cost of using OpenAI's API key has become more than what I anticipated. Thus, decided to stop the service. You can obtain your own API key from OpenAI's website. With the key in place, you can create your own Huggingface space and continuously use the service.
app.py
CHANGED
@@ -27,6 +27,8 @@ demo = gr.Blocks()
|
|
27 |
with demo:
|
28 |
gr.Markdown("<h3><center>人工知能から学ぶ、英検作文へのヒント</center></h3>")
|
29 |
gr.Markdown("<h4><center>使い方:トピックを選んで画面左下にある「エッセイ作成」ボタンをクリック</center></h4>")
|
|
|
|
|
30 |
gr.Markdown("<center>Created by Choimirai School</center>")
|
31 |
|
32 |
with gr.Row():
|
|
|
27 |
with demo:
|
28 |
gr.Markdown("<h3><center>人工知能から学ぶ、英検作文へのヒント</center></h3>")
|
29 |
gr.Markdown("<h4><center>使い方:トピックを選んで画面左下にある「エッセイ作成」ボタンをクリック</center></h4>")
|
30 |
+
gr.Markdown("<h4><center>※重要:費用があまりにも大きくなってきましたのでサービスを中止させていただきます。</center></h4>")
|
31 |
+
gr.Markdown("<h4><center>専用のAPIキーを取得してご利用ください。</center></h4>")
|
32 |
gr.Markdown("<center>Created by Choimirai School</center>")
|
33 |
|
34 |
with gr.Row():
|