trentbeal commited on
Commit
b59e796
1 Parent(s): ef054ca

fixed object naming issue with gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from transformers import pipeline
2
- import gradio as gradio
3
  model = pipeline("summarization")
4
 
5
  def predict(prompt):
 
1
  from transformers import pipeline
2
+ import gradio as gr
3
  model = pipeline("summarization")
4
 
5
  def predict(prompt):