Ryan Shrott commited on
Commit
08e111b
·
1 Parent(s): a0c89bd
Files changed (2) hide show
  1. __pycache__/gradio_app.cpython-310.pyc +0 -0
  2. app.py +1 -0
__pycache__/gradio_app.cpython-310.pyc CHANGED
Binary files a/__pycache__/gradio_app.cpython-310.pyc and b/__pycache__/gradio_app.cpython-310.pyc differ
 
app.py CHANGED
@@ -21,3 +21,4 @@ iface = gr.Interface(
21
  description="Enter your text and get a summary using the Hugging Face T5 model.",
22
  )
23
 
 
 
21
  description="Enter your text and get a summary using the Hugging Face T5 model.",
22
  )
23
 
24
+ iface.launch()