Patrick079 commited on
Commit
3692ffd
·
verified ·
1 Parent(s): aa45fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import ollama
4
  from huggingface_hub import InferenceClient
5
  import os
6
- import httpx
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
  """