sundea commited on
Commit
0ab436f
1 Parent(s): e43d2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def greet(text):
158
  #
159
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
160
 
161
- demo.launch(server_port=9090)
162
  # with torch.no_grad():
163
  # output=model(input)
164
  # print(output)
 
158
  #
159
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
160
 
161
+ demo.launch()
162
  # with torch.no_grad():
163
  # output=model(input)
164
  # print(output)