Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abu1998
/
script_writing
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Abu1998
commited on
Aug 22, 2024
Commit
4ceea99
·
verified
·
1 Parent(s):
baa539e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
demo = gr.Interface(
2
[
3
gr.Textbox(label="User Input", placeholder="Enter user input"),
1
+
import gradio as gr
2
+
3
demo = gr.Interface(
4
[
5
gr.Textbox(label="User Input", placeholder="Enter user input"),