Spaces:
Running
Running
pro-grammer
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def get_response(prompt):
|
|
46 |
def main():
|
47 |
"""Main function to run the app"""
|
48 |
# Setup Gradio interface
|
49 |
-
iface = gr.Interface(fn=get_response, inputs="text", outputs="text", title="
|
50 |
iface.launch()
|
51 |
|
52 |
if __name__ == "__main__":
|
|
|
46 |
def main():
|
47 |
"""Main function to run the app"""
|
48 |
# Setup Gradio interface
|
49 |
+
iface = gr.Interface(fn=get_response, inputs="text", outputs="text", title="StoryCrafterLLM")
|
50 |
iface.launch()
|
51 |
|
52 |
if __name__ == "__main__":
|