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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def test():
2
  import gradio as gr
3
 
@@ -16,7 +18,9 @@ def test():
16
 
17
  def process():
18
  import subprocess
19
-
 
 
20
  def uninstall_and_install_gradio(version):
21
  # Uninstall current Gradio
22
  uninstall_command = ["pip", "uninstall", "gradio", "-y"]
 
1
+ print("Loading")
2
+
3
  def test():
4
  import gradio as gr
5
 
 
18
 
19
  def process():
20
  import subprocess
21
+
22
+ print("Running")
23
+
24
  def uninstall_and_install_gradio(version):
25
  # Uninstall current Gradio
26
  uninstall_command = ["pip", "uninstall", "gradio", "-y"]