RamAnanth1 commited on
Commit
8e9fc47
·
verified ·
1 Parent(s): 4d5296b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -53,4 +53,6 @@ with gr.Blocks() as demo:
53
  api_name="synthesize",
54
  concurrency_id="gpu",
55
  concurrency_limit=1,
56
- )
 
 
 
53
  api_name="synthesize",
54
  concurrency_id="gpu",
55
  concurrency_limit=1,
56
+ )
57
+
58
+ demo.launch()