Adityadn commited on
Commit
b0a0d6e
·
verified ·
1 Parent(s): 75000eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- print("Loading")
2
 
3
  def test():
4
  import gradio as gr
@@ -19,7 +19,7 @@ def test():
19
  def process():
20
  import subprocess
21
 
22
- print("Running")
23
 
24
  def uninstall_and_install_gradio(version):
25
  # Uninstall current Gradio
@@ -65,7 +65,11 @@ def process():
65
  subprocess.run(command)# Menjalankan file batch
66
 
67
  print(PIP)
68
- print(command)
 
 
 
 
69
  # subprocess.run([batch_file_path], shell=True)
70
 
71
  process()
 
1
+ print("Wait..")
2
 
3
  def test():
4
  import gradio as gr
 
19
  def process():
20
  import subprocess
21
 
22
+ print("Loading..")
23
 
24
  def uninstall_and_install_gradio(version):
25
  # Uninstall current Gradio
 
65
  subprocess.run(command)# Menjalankan file batch
66
 
67
  print(PIP)
68
+ print(
69
+ f"""
70
+ {command}
71
+ Running..
72
+ """)
73
  # subprocess.run([batch_file_path], shell=True)
74
 
75
  process()