Spaces:
Running
on
Zero
Running
on
Zero
tes
Browse files- mysite/gradio/gradio_config.py +0 -2
- routers/ai/prompt +11 -1
- workspace/system_document.md +1 -0
mysite/gradio/gradio_config.py
CHANGED
@@ -38,8 +38,6 @@ def include_gradio_interfaces():
|
|
38 |
print(f"Collected Gradio Interfaces: {gradio_names}")
|
39 |
return gradio_interfaces, list(gradio_names)
|
40 |
|
41 |
-
import os
|
42 |
-
import gradio as gr
|
43 |
|
44 |
def list_files_in_directory(directory):
|
45 |
tree = []
|
|
|
38 |
print(f"Collected Gradio Interfaces: {gradio_names}")
|
39 |
return gradio_interfaces, list(gradio_names)
|
40 |
|
|
|
|
|
41 |
|
42 |
def list_files_in_directory(directory):
|
43 |
tree = []
|
routers/ai/prompt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
googleappsscript
|
2 |
+
ラインの画像検索システム
|
3 |
+
|
4 |
+
1,lineからデータがくる
|
5 |
+
2,doPostで取得
|
6 |
+
3.typeがイメージの場合はドライブに保存
|
7 |
+
4,保存したデータをS3にアップロード
|
8 |
+
5.データはシークレットから取得
|
9 |
+
6,plantumlでフローの作成
|
10 |
+
7,システムドキュメントの作
|
11 |
+
作成したらファイルを保存
|
workspace/system_document.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# System Document\n======================\n\nThis is a system document for the line image search system.
|