Spaces:
Sleeping
Sleeping
Update ContentGradio.py
Browse files- ContentGradio.py +2 -4
ContentGradio.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
import gradio as gr
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Function for Main content (takes user input and returns a response)
|
|
@@ -78,5 +77,4 @@ def ContentAgentUI():
|
|
| 78 |
# Launch the Gradio interface
|
| 79 |
ca_gui.launch()
|
| 80 |
|
| 81 |
-
|
| 82 |
-
ContentAgentUI()
|
|
|
|
| 1 |
+
import gradio as gr
|
|
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
# Function for Main content (takes user input and returns a response)
|
|
|
|
| 77 |
# Launch the Gradio interface
|
| 78 |
ca_gui.launch()
|
| 79 |
|
| 80 |
+
|
|
|