Luca Vivona commited on
Commit
f358304
1 Parent(s): c5eb9fc
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,9 +50,6 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
50
  - just import and launch or run them within the demoE.py file in ``backend/src``
51
  - launch interface functions that takes the interface and appends it within the gradio-flow so if it's (load, from_pipline, Block, or any other prebuilt interface you have you can append them into Gradio-Flow)
52
 
53
- ### Frontend 🖥️
54
- - no new updates
55
-
56
  ```python
57
  def InterLauncher(name, interface, listen=2000, **kwargs):
58
  port= kwargs["port"] if "port" in kwargs else DOCKER_PORT.determinePort()
@@ -91,6 +88,9 @@ def InterLauncher(name, interface, listen=2000, **kwargs):
91
  ```
92
 
93
 
 
 
 
94
  ## App Architecture 🏗️
95
  ![architecture](https://github.com/commune-ai/Gradio-Flow/blob/gradio-flow/gradio-only/architecture.png)
96
 
 
50
  - just import and launch or run them within the demoE.py file in ``backend/src``
51
  - launch interface functions that takes the interface and appends it within the gradio-flow so if it's (load, from_pipline, Block, or any other prebuilt interface you have you can append them into Gradio-Flow)
52
 
 
 
 
53
  ```python
54
  def InterLauncher(name, interface, listen=2000, **kwargs):
55
  port= kwargs["port"] if "port" in kwargs else DOCKER_PORT.determinePort()
 
88
  ```
89
 
90
 
91
+ ### Frontend 🖥️
92
+ - no new updates
93
+
94
  ## App Architecture 🏗️
95
  ![architecture](https://github.com/commune-ai/Gradio-Flow/blob/gradio-flow/gradio-only/architecture.png)
96