dgarrett-synaptics commited on
Commit
ce20f00
·
1 Parent(s): d69b2ea

Adding dummy model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ with gr.Blocks() as demo:
9
 
10
 
11
  if __name__ == "__main__":
12
- demo.launc()
 
13
 
14
  #demo = gr.Interface(fn=greet, inputs="text", outputs="text")
15
  #demo.launch()
 
9
 
10
 
11
  if __name__ == "__main__":
12
+ demo.launch()
13
+
14
 
15
  #demo = gr.Interface(fn=greet, inputs="text", outputs="text")
16
  #demo.launch()