frankrobotics commited on
Commit
b1ce122
Β·
verified Β·
1 Parent(s): 8b5d7d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ def model(params):
4
  return "hello world"
5
 
6
  app = gr.Interface(fn=model, "text","text")
7
- demo.launch()
 
4
  return "hello world"
5
 
6
  app = gr.Interface(fn=model, "text","text")
7
+ app.launch()