Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tarekfer8
/
tarek
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tarekfer8
commited on
Jun 7, 2024
Commit
d51b438
·
verified
·
1 Parent(s):
d363607
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -66,7 +66,6 @@ demo = gr.ChatInterface(
66
step=0.05,
67
label="Top-p (nucleus sampling)",
68
),
69
-
gr.Textbox(value=prompt, label="Prompt"),
70
],
71
)
72
66
step=0.05,
67
label="Top-p (nucleus sampling)",
68
),
69
],
70
)
71