Mishmosh commited on
Commit
cb1f0f5
1 Parent(s): 2f5a6c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # Gradio interface
2
  iface = gr.Interface(
3
  fn=summarize_and_speak,
 
1
+ import gradio as gr
2
+
3
  # Gradio interface
4
  iface = gr.Interface(
5
  fn=summarize_and_speak,