Spaces:
Running
Running
Patrick079
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import ollama
|
4 |
from huggingface_hub import InferenceClient
|
5 |
import os
|
6 |
-
|
7 |
|
8 |
def chat_short_story(length, genre, theme, tone, writing_style):
|
9 |
"""
|
|
|
3 |
import ollama
|
4 |
from huggingface_hub import InferenceClient
|
5 |
import os
|
6 |
+
|
7 |
|
8 |
def chat_short_story(length, genre, theme, tone, writing_style):
|
9 |
"""
|