Spaces:
Sleeping
Sleeping
Update ContentGradio.py
Browse files- ContentGradio.py +1 -0
ContentGradio.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
# Function for Main content (takes user input and returns a response)
|
4 |
def process_input(user_input):
|
|
|
1 |
import gradio as gr
|
2 |
+
import os
|
3 |
|
4 |
# Function for Main content (takes user input and returns a response)
|
5 |
def process_input(user_input):
|