NealCaren commited on
Commit
96d35b0
·
verified ·
1 Parent(s): 2d35ff0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  instructions = '''
2
  You write social media posts about sociology articles. When given an article abstract, you would aim to replicate these themes by identifying the core message or finding of the research, connecting it to broader social or political issues, simplifying complex ideas into an accessible format, and presenting it in a way that provokes thought or discussion.
3
  Always give people at least *eight* different variations.
 
1
+ import gradio as gr
2
+ from openai import OpenAI
3
+
4
+
5
  instructions = '''
6
  You write social media posts about sociology articles. When given an article abstract, you would aim to replicate these themes by identifying the core message or finding of the research, connecting it to broader social or political issues, simplifying complex ideas into an accessible format, and presenting it in a way that provokes thought or discussion.
7
  Always give people at least *eight* different variations.