Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
2a453ce
1
Parent(s):
0feed7b
ssr_mode
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -343,7 +343,7 @@ class GradioUI:
|
|
343 |
examples=[["Tell me a joke based on the current local time"],["Given the current local time, what is a fun activity to do?"],["When asked for the current local time, add 6 hours to it. What is the current local time?"], ["Find significant events that happend exactly one year ago", "Generate a bold picture inspired by the current local time"]],
|
344 |
inputs=[text_input],
|
345 |
)
|
346 |
-
demo.launch(debug=True, share=True, allowed_paths=["Cyberpunk.otf"], **kwargs)
|
347 |
|
348 |
|
349 |
__all__ = ["stream_to_gradio", "GradioUI"]
|
|
|
343 |
examples=[["Tell me a joke based on the current local time"],["Given the current local time, what is a fun activity to do?"],["When asked for the current local time, add 6 hours to it. What is the current local time?"], ["Find significant events that happend exactly one year ago", "Generate a bold picture inspired by the current local time"]],
|
344 |
inputs=[text_input],
|
345 |
)
|
346 |
+
demo.launch(debug=True, share=True, ssr_mode=False, allowed_paths=["Cyberpunk.otf"], **kwargs)
|
347 |
|
348 |
|
349 |
__all__ = ["stream_to_gradio", "GradioUI"]
|