Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
from transformers import Tool
|
| 5 |
from huggingface_hub import upload_folder
|
| 6 |
from huggingface_hub import create_repo
|
| 7 |
-
from gradio
|
| 8 |
|
| 9 |
|
| 10 |
def generate_files(title="Text Generation Tool", tool_description="This is a tool that chats with a user. "
|
|
|
|
| 4 |
from transformers import Tool
|
| 5 |
from huggingface_hub import upload_folder
|
| 6 |
from huggingface_hub import create_repo
|
| 7 |
+
from gradio import forms
|
| 8 |
|
| 9 |
|
| 10 |
def generate_files(title="Text Generation Tool", tool_description="This is a tool that chats with a user. "
|