YoniFriedman commited on
Commit
8350ba2
·
verified ·
1 Parent(s): f36f684

adding launch

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -251,4 +251,6 @@ demo = gr.Interface(
251
  gr.Textbox(label = "Source 3", max_lines = 10, autoscroll = False, type = "text"),
252
  gr.State()
253
  ],
254
- )
 
 
 
251
  gr.Textbox(label = "Source 3", max_lines = 10, autoscroll = False, type = "text"),
252
  gr.State()
253
  ],
254
+ )
255
+
256
+ demo.launch()