소스 검색

Update colab.py

Iyashi 1 년 전
부모
커밋
dcd26f3982
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      scripts/colab.py

+ 2
- 2
scripts/colab.py 파일 보기

@@ -8,7 +8,7 @@ def run(command):
8 8
     return out
9 9
 
10 10
 def on_ui_tabs():     
11
-    with gr.Blocks() as ccolab:
11
+    with gr.Blocks() as terminal:
12 12
         gr.Markdown(
13 13
         """
14 14
         ### Google Colab Manually Run Command
@@ -22,5 +22,5 @@ def on_ui_tabs():
22 22
                 out_text = gr.Textbox(label="Output Results (no need to scroll down if the output code has appeared, if the output code appears, the code sign is complete)", placeholder="outputs")
23 23
                 btn_run = gr.Button("run command")
24 24
                 btn_run.click(fn=run, inputs=command, outputs=out_text)
25
-    return (ccolab, "C Colab", "ccolab"),
25
+    return (terminal, "Colab Terminal", "terminal"),
26 26
 script_callbacks.on_ui_tabs(on_ui_tabs)

Loading…
취소
저장