iceberg0142 commited on
Commit
55f23e4
·
1 Parent(s): 8922288

removed io launch script

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,5 +10,5 @@ def read_main():
10
  io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
11
  app = gr.mount_gradio_app(app, io, path="/gradio")
12
 
13
- # Launch the app (which will be hosted on Hugging Face Spaces)
14
- io.launch()
 
10
  io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
11
  app = gr.mount_gradio_app(app, io, path="/gradio")
12
 
13
+ # # Launch the app (which will be hosted on Hugging Face Spaces)
14
+ # io.launch()