Spaces:
Runtime error
Runtime error
debug
Browse files
app.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
import inspect
|
| 2 |
import json
|
| 3 |
import ast
|
|
|
|
|
|
|
| 4 |
|
| 5 |
def function_to_json(func_str, func_description, param_descriptions, required_params):
|
| 6 |
# Create a new Module instance with the missing field
|
|
|
|
| 1 |
import inspect
|
| 2 |
import json
|
| 3 |
import ast
|
| 4 |
+
import gradio as gr
|
| 5 |
+
|
| 6 |
|
| 7 |
def function_to_json(func_str, func_description, param_descriptions, required_params):
|
| 8 |
# Create a new Module instance with the missing field
|