Spaces:
Runtime error
Runtime error
user agent
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 4.36.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
startup_duration_timeout: 2h
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
startup_duration_timeout: 2h
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -70,8 +70,6 @@ image_gradio_app = gr.Interface(
|
|
70 |
theme=theme
|
71 |
)
|
72 |
|
73 |
-
|
74 |
-
|
75 |
# Cell 2: ChatBot Model
|
76 |
|
77 |
# Generate a random user agent
|
|
|
70 |
theme=theme
|
71 |
)
|
72 |
|
|
|
|
|
73 |
# Cell 2: ChatBot Model
|
74 |
|
75 |
# Generate a random user agent
|