Soham98 commited on
Commit
a3f972f
·
verified ·
1 Parent(s): 9767d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
- !pip install gradio
2
- !pip install torch
3
 
4
  import gradio as gr
5
  import torch
@@ -62,4 +62,4 @@ with demo:
62
 
63
  # Launch the Gradio demo
64
  if __name__ == "__main__":
65
- demo.launch(debug=True)
 
1
+ pip install gradio
2
+ pip install torch
3
 
4
  import gradio as gr
5
  import torch
 
62
 
63
  # Launch the Gradio demo
64
  if __name__ == "__main__":
65
+ demo.launch()