Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mishmosh
/
Mtest1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mishmosh
commited on
Dec 11, 2023
Commit
cb1f0f5
·
1 Parent(s):
2f5a6c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -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,