Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -6,7 +6,7 @@ os.system("pip install transformers torch psutil") | |
| 6 |  | 
| 7 | 
             
            # コマンドの実行結果を取得する(stdoutとstderrは出力されない)
         | 
| 8 | 
             
            result = os.system("pip install transformers")
         | 
| 9 | 
            -
             | 
| 10 | 
             
            import os
         | 
| 11 |  | 
| 12 | 
             
            # コマンドを実行する
         | 
|  | |
| 6 |  | 
| 7 | 
             
            # コマンドの実行結果を取得する(stdoutとstderrは出力されない)
         | 
| 8 | 
             
            result = os.system("pip install transformers")
         | 
| 9 | 
            +
             | 
| 10 | 
             
            import os
         | 
| 11 |  | 
| 12 | 
             
            # コマンドを実行する
         |