File size: 1,415 Bytes
1f074d8 fcb2082 1f074d8 11acb76 1f074d8 11acb76 1f074d8 0e570ff e9a7eb0 1f074d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
import gradio as gr
from mysite.libs.utilities import chat_with_interpreter, completion, process_file,no_process_file
from interpreter import interpreter
import mysite.interpreter.interpreter_config # インポートするだけで設定が適用されます
import duckdb
import gradio as gr
import psycopg2
from dataclasses import dataclass, field
from typing import List, Optional
from mysite.interpreter.process import no_process_file,process_file
#from controllers.gra_04_database.rides import test_set_lide
val = """
- バックエンド
@app.post("
def lumbda_function():
gradio_interface でメイン関数から読み込めるようにして
googleappsscript
ラインの画像検索システム
ファイルは1ファイルで作成して。
1ファイル1機能で難しくしたくない
1,lineからデータがくる
2,doPostで取得
3.typeがイメージの場合はドライブに保存
4,保存したデータをS3にアップロード
5.データはシークレットから取得
6,plantumlでフローの作成
7,システムドキュメントの作成
gradio は gradio_interface というBlock名で作成
fastapiはrouter の作成
"""
gradio_interface = gr.Interface(
fn=process_file,
inputs=[
"file",
gr.Textbox(label="Additional Notes", lines=10,value=val),
gr.Textbox(label="Folder Name",value="test_folders"),
],
outputs="text",
) |