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 10, 2024
Commit
b0f24da
·
verified
·
1 Parent(s):
cfe5fc9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,7 +90,7 @@ demo = gr.ChatInterface(
90
label="Top-p (nucleus sampling)",
91
),
92
],
93
-
elem_header=[gr.HTML(f"<img src='{logo_path}' alt='Djezzy Logo'>")],
94
95
)
96
90
label="Top-p (nucleus sampling)",
91
),
92
],
93
+
94
95
)
96