Ahmad Hammoudeh commited on
Commit
fda5547
·
1 Parent(s): a1813e4

Update App.py

Browse files
Files changed (1) hide show
  1. App.py +7 -0
App.py CHANGED
@@ -54,3 +54,10 @@ with gr.Blocks() as demo:
54
 
55
 
56
  demo.queue(default_enabled = True).launch(debug = True)
 
 
 
 
 
 
 
 
54
 
55
 
56
  demo.queue(default_enabled = True).launch(debug = True)
57
+
58
+
59
+
60
+
61
+ git add app.py
62
+ git commit -m "Add application file"
63
+ git push