Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SoSa123456
/
radio-script-maker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SoSa123456
commited on
Jan 2, 2024
Commit
e049fa7
·
1 Parent(s):
ed1a33b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,5 @@ iface = gr.Interface(fn=generate_script,
63
outputs="text")
64
65
# Launch the interface
66
-
iface.launch()
63
outputs="text")
64
65
# Launch the interface
66
+
iface.launch(
debug=True
)
67
+