douglasgoodwin commited on
Commit
45fb139
·
verified ·
1 Parent(s): d3b769d
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  import gradio as gr
3
  from transformers import pipeline
4
 
@@ -25,4 +24,3 @@ iface = gr.Interface(
25
 
26
  if __name__ == "__main__":
27
  iface.launch()
28
- ```
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
24
 
25
  if __name__ == "__main__":
26
  iface.launch()