crcdng commited on
Commit
d97b9bc
·
1 Parent(s): d300385
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -329,7 +329,7 @@ class GradioUI:
329
  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"]],
330
  inputs=[text_input],
331
  )
332
- demo.launch(debug=True, share=True, ssr=False, allowed_paths=["Cyberpunk.otf"], **kwargs)
333
 
334
 
335
  __all__ = ["stream_to_gradio", "GradioUI"]
 
329
  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"]],
330
  inputs=[text_input],
331
  )
332
+ demo.launch(debug=True, share=True, allowed_paths=["Cyberpunk.otf"], **kwargs)
333
 
334
 
335
  __all__ = ["stream_to_gradio", "GradioUI"]