Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sambhavnoobcoder
/
gemini-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sambhavnoobcoder
commited on
Jun 25, 2024
Commit
f52965e
·
verified
·
1 Parent(s):
353232c
remove print of dummy statement
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -149,7 +149,6 @@ def chatbot(message, history):
149
150
return total_text
151
152
-
print("dummy check")
153
154
iface = gr.ChatInterface(
155
chatbot,
149
150
return total_text
151
152
153
iface = gr.ChatInterface(
154
chatbot,