Spaces:
Running
Running
crcdng
commited on
Commit
·
f59bde9
1
Parent(s):
4d3a02b
fix allowed_paths
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -303,7 +303,7 @@ class GradioUI:
|
|
303 |
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?"]],
|
304 |
inputs=[text_input],
|
305 |
)
|
306 |
-
demo.launch(debug=True, share=True, allowed_paths="Cyberpunk.otf", **kwargs)
|
307 |
|
308 |
|
309 |
__all__ = ["stream_to_gradio", "GradioUI"]
|
|
|
303 |
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?"]],
|
304 |
inputs=[text_input],
|
305 |
)
|
306 |
+
demo.launch(debug=True, share=True, allowed_paths=["Cyberpunk.otf"], **kwargs)
|
307 |
|
308 |
|
309 |
__all__ = ["stream_to_gradio", "GradioUI"]
|